Changeset 21404 for trunk/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 08/02/2012 07:12:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/functions.php
r21398 r21404 105 105 * styles for small screen sizes. 106 106 */ 107 wp_enqueue_script( 'twentytwelve-navigation', get_template_directory_uri() . '/js/theme.js', array( 'jquery' ), '201 30320', true );107 wp_enqueue_script( 'twentytwelve-navigation', get_template_directory_uri() . '/js/theme.js', array( 'jquery' ), '20120802', true ); 108 108 109 109 /** … … 215 215 216 216 if ( $wp_query->max_num_pages > 1 ) : ?> 217 <nav id="<?php echo $nav_id; ?>" role="navigation">217 <nav id="<?php echo $nav_id; ?>" class="navigation" role="navigation"> 218 218 <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentytwelve' ); ?></h3> 219 219 <div class="nav-previous alignleft"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'twentytwelve' ) ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.