Logo
Explore Help
Sign In
IntenseWebs/WordPress
Watch 3
Star 0
Fork 0
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
f30cd7acec1a10def114268a4dfec18069017760
WordPress/wp-rss2.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=rss2');
Clean feed and trackback URLs.
2004-02-05 20:55:50 +00:00
}
some cleanups, and a quick undefined variable fix
2004-05-24 18:24:12 +00:00
Relocate feed templates to wp-includes. fixes #3846
2007-02-23 02:50:05 +00:00
require (ABSPATH . WPINC . '/feed-rss2.php');
Newer, cleaner RSS 2.0.
2003-11-10 07:44: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: 60ms 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