Changeset 25746 for trunk/src/wp-content/themes/twentyten/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/twentyten/header.php
r25627 r25746 38 38 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> 39 39 <?php 40 /* *40 /* 41 41 * We add some JavaScript to pages with the comment form 42 42 * to support sites with threaded comments (when in use). … … 45 45 wp_enqueue_script( 'comment-reply' ); 46 46 47 /* *47 /* 48 48 * Always have wp_head() just before the closing </head> 49 49 * tag of your theme, or you will break many plugins, which … … 71 71 // Compatibility with versions of WordPress prior to 3.4. 72 72 if ( function_exists( 'get_custom_header' ) ) { 73 /* *73 /* 74 74 * We need to figure out what the minimum width should be for our featured image. 75 75 * This result would be the suggested width if the theme were to implement flexible widths.
Note: See TracChangeset
for help on using the changeset viewer.