Make WordPress Core


Ignore:
Timestamp:
02/27/2007 03:24:54 PM (19 years ago)
Author:
markjaquith
Message:

trailing tabs and whitespace cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/bookmark.php

    r4529 r4953  
    7373    if (!empty($exclusions))
    7474        $exclusions .= ')';
    75        
     75
    7676    if ( ! empty($category_name) ) {
    7777        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.