Changeset 62438 for trunk/src/wp-content/themes/twentyten/header.php
- Timestamp:
- 05/31/2026 11:13:47 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-content/themes/twentyten/header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/header.php
r62344 r62438 9 9 * @since Twenty Ten 1.0 10 10 */ 11 12 /** 13 * @global int $page WordPress paginated post page count. 14 * @global int $paged WordPress archive pagination page count. 15 */ 16 global $page, $paged; 17 11 18 ?><!DOCTYPE html> 12 19 <html <?php language_attributes(); ?>> … … 15 22 <title> 16 23 <?php 17 /* 18 * Print the <title> tag based on what is being viewed. 19 */ 20 global $page, $paged; 21 24 // Print the <title> tag based on what is being viewed. 22 25 wp_title( '|', true, 'right' ); 23 26
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)