Logo
Explore Help
Sign In
IntenseWebs/WordPress
3
0
Fork 0
You've already forked WordPress
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
682fcc5d4a8fa6cc8ba7dbe2995d94f7022414de
WordPress/wp-rss.php

10 lines
125 B
PHP
Raw Normal View History

some cleanups, and a quick undefined variable fix git-svn-id: http://svn.automattic.com/wordpress/trunk@1358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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. git-svn-id: http://svn.automattic.com/wordpress/trunk@2627 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-06-10 23:15:13 +00:00
if (empty($wp)) {
require_once('wp-config.php');
wp('feed=rss');
Clean feed and trackback URLs. git-svn-id: http://svn.automattic.com/wordpress/trunk@836 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-05 20:55:50 +00:00
}
Relocate feed templates to wp-includes. fixes #3846 git-svn-id: http://svn.automattic.com/wordpress/trunk@4927 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-02-23 02:50:05 +00:00
require (ABSPATH . WPINC . '/feed-rss.php');
b2rss/rdf -> wp-rss/rdf Plus old files do permanent redirect to the new ones. git-svn-id: http://svn.automattic.com/wordpress/trunk@535 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-10 23:32:02 +00:00
Relocate feed templates to wp-includes. fixes #3846 git-svn-id: http://svn.automattic.com/wordpress/trunk@4927 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-02-23 02:50:05 +00:00
?>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 40ms Template: 1ms
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