- Timestamp:
- 10/04/2017 11:52:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r40022 r41756 528 528 add_filter( 'wp_title', 'twentyfourteen_wp_title', 10, 2 ); 529 529 530 531 /** 532 * Modifies tag cloud widget arguments to display all tags in the same font size 533 * and use list format for better accessibility. 534 * 535 * @since Twenty Fourteen 2.1 536 * 537 * @param array $args Arguments for tag cloud widget. 538 * @return array The filtered arguments for tag cloud widget. 539 */ 540 function twentyfourteen_widget_tag_cloud_args( $args ) { 541 $args['largest'] = 22; 542 $args['smallest'] = 8; 543 $args['unit'] = 'pt'; 544 $args['format'] = 'list'; 545 546 return $args; 547 } 548 add_filter( 'widget_tag_cloud_args', 'twentyfourteen_widget_tag_cloud_args' ); 549 550 530 551 // Implement Custom Header features. 531 552 require get_template_directory() . '/inc/custom-header.php';
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)