Changeset 27599
- Timestamp:
- 03/18/2014 10:48:10 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwelve
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r27091 r27599 129 129 * 130 130 * @since Twenty Twelve 1.0 131 *132 * @return void133 131 */ 134 132 function twentytwelve_scripts_styles() { … … 304 302 * 305 303 * @since Twenty Twelve 1.0 306 *307 * @return void308 304 */ 309 305 function twentytwelve_comment( $comment, $args, $depth ) { … … 369 365 * 370 366 * @since Twenty Twelve 1.0 371 *372 * @return void373 367 */ 374 368 function twentytwelve_entry_meta() { … … 468 462 * 469 463 * @since Twenty Twelve 1.0 470 *471 * @return void472 464 */ 473 465 function twentytwelve_content_width() { … … 487 479 * 488 480 * @param WP_Customize_Manager $wp_customize Customizer object. 489 * @return void490 481 */ 491 482 function twentytwelve_customize_register( $wp_customize ) { … … 502 493 * 503 494 * @since Twenty Twelve 1.0 504 *505 * @return void506 495 */ 507 496 function twentytwelve_customize_preview_js() { -
trunk/src/wp-content/themes/twentytwelve/inc/custom-header.php
r25521 r27599 52 52 * 53 53 * @since Twenty Twelve 1.2 54 *55 * @return void56 54 */ 57 55 function twentytwelve_custom_header_fonts() {
Note: See TracChangeset
for help on using the changeset viewer.