Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (18 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r4424 r4495  
    129129case 'add-cat' : // From Manage->Categories
    130130    if ( !current_user_can( 'manage_categories' ) )
    131                 die('-1');
     131        die('-1');
    132132    if ( !$cat = wp_insert_category( $_POST ) )
    133133        die('0');
Note: See TracChangeset for help on using the changeset viewer.