mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Pruning shears.
git-svn-id: https://develop.svn.wordpress.org/trunk@15904 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1111,7 +1111,7 @@ function _get_custom_object_labels( $object, $nohier_vs_hier_defaults ) {
|
||||
*
|
||||
* @access private
|
||||
* @since 3.1.0
|
||||
*/
|
||||
*/
|
||||
function _add_post_type_submenus() {
|
||||
foreach ( get_post_types( array( 'show_ui' => true ) ) as $ptype ) {
|
||||
$ptype_obj = get_post_type_object( $ptype );
|
||||
|
||||
Reference in New Issue
Block a user