Changeset 34487
- Timestamp:
- 09/24/2015 09:15:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-nav-menus.php
r34278 r34487 616 616 foreach ( $post_types as $slug => $post_type ) { 617 617 $item_types[] = array( 618 'title' => $post_type->labels-> singular_name,618 'title' => $post_type->labels->name, 619 619 'type' => 'post_type', 620 620 'object' => $post_type->name, … … 630 630 } 631 631 $item_types[] = array( 632 'title' => $taxonomy->labels-> singular_name,632 'title' => $taxonomy->labels->name, 633 633 'type' => 'taxonomy', 634 634 'object' => $taxonomy->name,
Note: See TracChangeset
for help on using the changeset viewer.