Changeset 5961
- Timestamp:
- 08/28/2007 08:21:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-includes/rss.php
r4997 r5961 10 10 define('RSS', 'RSS'); 11 11 define('ATOM', 'Atom'); 12 define('MAGPIE_USER_AGENT', 'WordPress/' . $ wp_version);12 define('MAGPIE_USER_AGENT', 'WordPress/' . $GLOBALS['wp_version']); 13 13 14 14 class MagpieRSS { … … 592 592 593 593 if ( !defined('MAGPIE_USER_AGENT') ) { 594 $ua = 'WordPress/' . $ wp_version;594 $ua = 'WordPress/' . $GLOBALS['wp_version']; 595 595 596 596 if ( MAGPIE_CACHE_ON ) {
Note: See TracChangeset
for help on using the changeset viewer.