Menus rework. Props ptahdunbar. see #11817

git-svn-id: http://svn.automattic.com/wordpress/trunk@13704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2010-03-15 16:26:46 +00:00
parent e2bee8f908
commit f635d99754
14 changed files with 1065 additions and 1073 deletions

View File

@@ -160,7 +160,7 @@ function get_taxonomy( $taxonomy ) {
*/
function is_taxonomy( $taxonomy ) {
global $wp_taxonomies;
return isset($wp_taxonomies[$taxonomy]);
}