Changeset 45668 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 07/25/2019 01:06:45 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r45667 r45668 366 366 } 367 367 368 // Parse incoming $args into an array and merge it with $defaults 369 $parsed_args = wp_parse_args( $args, $defaults ); 370 $option_none_value = $args['option_none_value']; 368 // Parse incoming $args into an array and merge it with $defaults. 369 $parsed_args = wp_parse_args( $args, $defaults ); 370 371 $option_none_value = $parsed_args['option_none_value']; 371 372 372 373 if ( ! isset( $parsed_args['pad_counts'] ) && $parsed_args['show_count'] && $parsed_args['hierarchical'] ) {
Note: See TracChangeset
for help on using the changeset viewer.