Changeset 25746 for trunk/src/wp-content/themes/twentyeleven/header.php
- Timestamp:
- 10/09/2013 08:38:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/header.php
r25625 r25746 26 26 <meta name="viewport" content="width=device-width" /> 27 27 <title><?php 28 /** 29 * Print the <title> tag based on what is being viewed. 30 */ 28 // Print the <title> tag based on what is being viewed. 31 29 global $page, $paged; 32 30 … … 53 51 <![endif]--> 54 52 <?php 55 /* *53 /* 56 54 * We add some JavaScript to pages with the comment form 57 55 * to support sites with threaded comments (when in use). … … 60 58 wp_enqueue_script( 'comment-reply' ); 61 59 62 /* *60 /* 63 61 * Always have wp_head() just before the closing </head> 64 62 * tag of your theme, or you will break many plugins, which … … 84 82 // Compatibility with versions of WordPress prior to 3.4. 85 83 if ( function_exists( 'get_custom_header' ) ) { 86 /* *84 /* 87 85 * We need to figure out what the minimum width should be for our featured image. 88 86 * This result would be the suggested width if the theme were to implement flexible widths. … … 95 93 <a href="<?php echo esc_url( home_url( '/' ) ); ?>"> 96 94 <?php 97 /* *95 /* 98 96 * The header image. 99 97 * Check if this is a post or page, if it has a thumbnail, and if it's a big one
Note: See TracChangeset
for help on using the changeset viewer.