Changeset 13258 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 02/20/2010 10:21:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r13257 r13258 210 210 'public' => true, 211 211 'show_ui' => null, 212 'label' => null, 212 213 '_builtin' => false 213 214 ); … … 234 235 if ( is_null($args['show_ui']) ) 235 236 $args['show_ui'] = $args['public']; 237 238 if ( is_null($args['label'] ) ) 239 $args['label'] = $taxonomy; 236 240 237 241 foreach ( array('manage_cap', 'edit_cap', 'delete_cap') as $cap ) {
Note: See TracChangeset
for help on using the changeset viewer.