Changeset 15904 for trunk/wp-includes/post.php
- Timestamp:
- 10/21/2010 07:55:28 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r15897 r15904 1112 1112 * @access private 1113 1113 * @since 3.1.0 1114 */ 1114 */ 1115 1115 function _add_post_type_submenus() { 1116 1116 foreach ( get_post_types( array( 'show_ui' => true ) ) as $ptype ) {
Note: See TracChangeset
for help on using the changeset viewer.