Changeset 5859
- Timestamp:
- 08/10/2007 08:07:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rss.php
r5845 r5859 12 12 define('RSS', 'RSS'); 13 13 define('ATOM', 'Atom'); 14 define('MAGPIE_USER_AGENT', 'WordPress/' . $ wp_version);14 define('MAGPIE_USER_AGENT', 'WordPress/' . $GLOBALS['wp_version']); 15 15 16 16 class MagpieRSS { … … 596 596 597 597 if ( !defined('MAGPIE_USER_AGENT') ) { 598 $ua = 'WordPress/' . $ wp_version;598 $ua = 'WordPress/' . $GLOBALS['wp_version']; 599 599 600 600 if ( MAGPIE_CACHE_ON ) {
Note: See TracChangeset
for help on using the changeset viewer.