Changeset 21788 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 09/08/2012 03:18:36 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/taxonomy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r21766 r21788 48 48 'public' => true, 49 49 'show_ui' => true, 50 'show_admin_column' => true, 50 51 '_builtin' => true, 51 52 ) ); … … 57 58 'public' => true, 58 59 'show_ui' => true, 60 'show_admin_column' => true, 59 61 '_builtin' => true, 60 62 ) );
Note: See TracChangeset
for help on using the changeset viewer.