Ticket #14489: 14489.diff
File 14489.diff, 645 bytes (added by , 15 years ago) |
---|
-
wp-admin/menu.php
97 97 if ( ! $tax->show_ui || ! in_array('page', (array) $tax->object_type, true) ) 98 98 continue; 99 99 100 $submenu['edit.php?post_type=page'][$i++] = array( esc_attr( $tax->labels->name ), $tax->cap->manage_terms, 'edit-tags.php?post_type=page& taxonomy=' . $tax->name );100 $submenu['edit.php?post_type=page'][$i++] = array( esc_attr( $tax->labels->name ), $tax->cap->manage_terms, 'edit-tags.php?post_type=page&taxonomy=' . $tax->name ); 101 101 } 102 102 unset($tax); 103 103