Changeset 6277 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
- Timestamp:
- 12/15/2017 12:13:33 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
r6173 r6277 35 35 36 36 add_filter( 'widget_links_args', function( $args ) { 37 $args['categorize'] = 0; 38 $args['category_before'] = ''; 39 $args['category_after'] = ''; 40 $args['title_li'] = __( 'Resources', 'wporg' ); 37 $args['categorize'] = 0; 38 $args['title_li'] = __( 'Resources', 'wporg' ); 41 39 42 40 return $args;
Note: See TracChangeset
for help on using the changeset viewer.