Changeset 4953 for trunk/wp-includes/bookmark.php
- Timestamp:
- 02/27/2007 03:24:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/bookmark.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark.php
r4529 r4953 73 73 if (!empty($exclusions)) 74 74 $exclusions .= ')'; 75 75 76 76 if ( ! empty($category_name) ) { 77 77 if ( $cat_id = $wpdb->get_var("SELECT cat_ID FROM $wpdb->categories WHERE cat_name='$category_name' LIMIT 1") )
Note: See TracChangeset
for help on using the changeset viewer.