- Timestamp:
- 03/18/2014 10:48:00 PM (11 years ago)
- File:
-
- 1 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() {
Note: See TracChangeset
for help on using the changeset viewer.