Logo
Explore Help
Sign In
IntenseWebs/WordPress
Watch 3
Star 0
Fork 0
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
ece19d2bfb761aae71b3ff146c775ee9c870ce07
WordPress/wp-atom.php
T

10 lines
129 B
PHP
Raw Normal View History

some cleanups, and a quick undefined variable fix
2004-05-24 18:24:12 +00:00
<?php
Break blog header up into functional chunks. Stick it all in a WP class for now. Make wp() the front door. Move template/theme loader code into template-loader.php. Clean up feed file loadup. Modularize.
2005-06-10 23:15:13 +00:00
if (empty($wp)) {
Consistently include wp-config.php. fixes #3349
2007-08-03 00:45:06 +00:00
require_once('./wp-config.php');
Break blog header up into functional chunks. Stick it all in a WP class for now. Make wp() the front door. Move template/theme loader code into template-loader.php. Clean up feed file loadup. Modularize.
2005-06-10 23:15:13 +00:00
wp('feed=atom');
Clean feed and trackback URLs.
2004-02-05 20:55:50 +00:00
}
Relocate feed templates to wp-includes. fixes #3846
2007-02-23 02:50:05 +00:00
require (ABSPATH . WPINC . '/feed-atom.php');
Clean feed and trackback URLs.
2004-02-05 20:55:50 +00:00
Relocate feed templates to wp-includes. fixes #3846
2007-02-23 02:50:05 +00:00
?>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.28.0+dev-205-g43390e802c Page: 40ms Template: 2ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API