Changeset 47122 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r46117 r47122 121 121 // This theme uses a custom image size for featured images, displayed on "standard" posts. 122 122 add_theme_support( 'post-thumbnails' ); 123 set_post_thumbnail_size( 624, 9999 ); // Unlimited height, soft crop 123 set_post_thumbnail_size( 624, 9999 ); // Unlimited height, soft crop. 124 124 125 125 // Indicate widget sidebars can use selective refresh in the Customizer. … … 483 483 <?php 484 484 break; 485 endswitch; // end comment_type check485 endswitch; // End comment_type check. 486 486 } 487 487 endif; … … 707 707 * Fire the wp_body_open action. 708 708 * 709 * Added for backward s compatibility to support pre5.2.0 WordPress versions.709 * Added for backward compatibility to support pre-5.2.0 WordPress versions. 710 710 * 711 711 * @since Twenty Twelve 3.0
Note: See TracChangeset
for help on using the changeset viewer.