Make WordPress Core


Ignore:
Timestamp:
08/09/2008 05:36:14 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-link-categories.php

    r8388 r8600  
    1212        $cat_name = get_term_field('name', $cat_ID, 'link_category');
    1313        $default_cat_id = get_option('default_link_category');
    14        
     14
    1515        // Don't delete the default cats.
    1616        if ( $cat_ID == $default_cat_id )
Note: See TracChangeset for help on using the changeset viewer.