Changeset 5534 for trunk/wp-includes/category.php
- Timestamp:
- 05/23/2007 10:11:02 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category.php
r5529 r5534 1 1 <?php 2 3 define('TAXONOMY_CATEGORY', 1);4 define('TAXONOMY_TAG', 2);5 2 6 3 function get_all_category_ids() {
Note: See TracChangeset
for help on using the changeset viewer.