Changeset 15261 for trunk/wp-content/themes/twentyten/functions.php
- Timestamp:
- 06/15/2010 12:27:07 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r15222 r15261 224 224 */ 225 225 function twentyten_filter_wp_title( $title, $separator ) { 226 // Don't affect wp_title() calls in feeds. 227 if ( is_feed() ) 228 return $title; 229 226 230 // The $paged global variable contains the page number of a listing of posts. 227 231 // The $page global variable contains the page number of a single post that is paged.
Note: See TracChangeset
for help on using the changeset viewer.