No more TAXONOMY bit fiels. see #4189

git-svn-id: https://develop.svn.wordpress.org/trunk@5534 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-05-23 22:11:02 +00:00
parent 5bfabcf2d3
commit 9cee075e30
2 changed files with 3 additions and 26 deletions

View File

@@ -1,8 +1,5 @@
<?php
define('TAXONOMY_CATEGORY', 1);
define('TAXONOMY_TAG', 2);
function get_all_category_ids() {
global $wpdb;