Changeset 37431 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 05/13/2016 06:40:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r37342 r37431 15 15 * 16 16 * This function fires twice: in wp-settings.php before plugins are loaded (for 17 * backward scompatibility reasons), and again on the {@see 'init'} action. We must17 * backward compatibility reasons), and again on the {@see 'init'} action. We must 18 18 * avoid registering rewrite rules before the {@see 'init'} action. 19 19 * … … 2198 2198 $args = wp_parse_args($args, $defaults); 2199 2199 2200 // backward scompatibility2200 // backward compatibility 2201 2201 if ( isset($args['ignore_empty']) ) { 2202 2202 $args['hide_empty'] = $args['ignore_empty'];
Note: See TracChangeset
for help on using the changeset viewer.