Changeset 27598
- Timestamp:
- 03/18/2014 10:48:00 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes/twentythirteen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r27091 r27598 57 57 * 58 58 * @since Twenty Thirteen 1.0 59 *60 * @return void61 59 */ 62 60 function twentythirteen_setup() { … … 157 155 * 158 156 * @since Twenty Thirteen 1.0 159 *160 * @return void161 157 */ 162 158 function twentythirteen_scripts_styles() { … … 228 224 * 229 225 * @since Twenty Thirteen 1.0 230 *231 * @return void232 226 */ 233 227 function twentythirteen_widgets_init() { … … 259 253 * 260 254 * @since Twenty Thirteen 1.0 261 *262 * @return void263 255 */ 264 256 function twentythirteen_paging_nav() { … … 292 284 * 293 285 * @since Twenty Thirteen 1.0 294 *295 * @return void296 286 */ 297 287 function twentythirteen_post_nav() { … … 325 315 * 326 316 * @since Twenty Thirteen 1.0 327 *328 * @return void329 317 */ 330 318 function twentythirteen_entry_meta() { … … 394 382 * 395 383 * @since Twenty Thirteen 1.0 396 *397 * @return void398 384 */ 399 385 function twentythirteen_the_attached_image() { … … 505 491 * 506 492 * @since Twenty Thirteen 1.0 507 *508 * @return void509 493 */ 510 494 function twentythirteen_content_width() { … … 524 508 * 525 509 * @param WP_Customize_Manager $wp_customize Customizer object. 526 * @return void527 510 */ 528 511 function twentythirteen_customize_register( $wp_customize ) { … … 540 523 * 541 524 * @since Twenty Thirteen 1.0 542 *543 * @return void544 525 */ 545 526 function twentythirteen_customize_preview_js() { -
trunk/src/wp-content/themes/twentythirteen/inc/back-compat.php
r25522 r27598 18 18 * 19 19 * @since Twenty Thirteen 1.0 20 *21 * @return void22 20 */ 23 21 function twentythirteen_switch_theme() { … … 35 33 * 36 34 * @since Twenty Thirteen 1.0 37 *38 * @return void39 35 */ 40 36 function twentythirteen_upgrade_notice() { … … 47 43 * 48 44 * @since Twenty Thirteen 1.0 49 *50 * @return void51 45 */ 52 46 function twentythirteen_customize() { … … 61 55 * 62 56 * @since Twenty Thirteen 1.0 63 *64 * @return void65 57 */ 66 58 function twentythirteen_preview() { -
trunk/src/wp-content/themes/twentythirteen/inc/custom-header.php
r25789 r27598 20 20 * 21 21 * @since Twenty Thirteen 1.0 22 *23 * @return void24 22 */ 25 23 function twentythirteen_custom_header_setup() { … … 69 67 * 70 68 * @since Twenty Thirteen 1.0 71 *72 * @return void73 69 */ 74 70 function twentythirteen_custom_header_fonts() { … … 87 83 * 88 84 * @since Twenty Thirteen 1.0 89 *90 * @return void91 85 */ 92 86 function twentythirteen_header_style() { … … 145 139 * 146 140 * @since Twenty Thirteen 1.0 147 *148 * @return void149 141 */ 150 142 function twentythirteen_admin_header_style() { … … 213 205 * 214 206 * @since Twenty Thirteen 1.0 215 *216 * @return void217 207 */ 218 208 function twentythirteen_admin_header_image() {
Note: See TracChangeset
for help on using the changeset viewer.