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

10 lines
153 B
PHP
Raw Normal View History

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986
2006-11-19 07:56:05 +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&withcomments=1');
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-rss2-comments.php');
adding rss feed for comments
2003-09-28 18:19:10 +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: 3ms
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