Changeset 1314
- Timestamp:
- 05/19/2004 05:59:21 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1283 r1314 1276 1276 // Site feed 1277 1277 $sitefeedmatch = 'feed/?([_0-9a-z-]+)?/?$'; 1278 $sitefeedquery = $site_root .'wp-feed.php?feed=' . preg_index(1, $matches);1278 $sitefeedquery = 'wp-feed.php?feed=' . preg_index(1, $matches); 1279 1279 1280 1280 // Site comment feed 1281 1281 $sitecommentfeedmatch = 'comments/feed/?([_0-9a-z-]+)?/?$'; 1282 $sitecommentfeedquery = $site_root .'wp-feed.php?feed=' . preg_index(1, $matches) . '&withcomments=1';1282 $sitecommentfeedquery = 'wp-feed.php?feed=' . preg_index(1, $matches) . '&withcomments=1'; 1283 1283 1284 1284 // Code for nice categories and authors, currently not very flexible
Note: See TracChangeset
for help on using the changeset viewer.