Make WordPress Core


Ignore:
Timestamp:
02/12/2006 07:53:23 AM (19 years ago)
Author:
ryan
Message:

Death to trailing tabs. Props Mark J. fixes #2405

File:
1 edited

Legend:

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

    r3422 r3517  
    2828    if ( !current_user_can('manage_categories') )
    2929        die (__('Cheatin’ uh?'));
    30    
     30
    3131    wp_insert_category($_POST);
    3232
     
    9797    if ( !current_user_can('manage_categories') )
    9898        die (__('Cheatin’ uh?'));
    99    
     99
    100100    wp_update_category($_POST);
    101101
Note: See TracChangeset for help on using the changeset viewer.