Changeset 16322 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 11/12/2010 10:58:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r16267 r16322 78 78 ) ) ; 79 79 80 register_taxonomy( 'post_format', array('post', 'page', 'attachment'), array(80 register_taxonomy( 'post_format', 'post', array( 81 81 'public' => false, 82 82 'hierarchical' => false,
Note: See TracChangeset
for help on using the changeset viewer.