Make WordPress Core


Ignore:
Timestamp:
01/18/2010 08:34:48 PM (15 years ago)
Author:
ryan
Message:

Coding standards, space after if

File:
1 edited

Legend:

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

    r12722 r12752  
    9393            wp_die(__('You can’t delete that user.'));
    9494
    95         if($id == $current_user->ID) {
     95        if ($id == $current_user->ID) {
    9696            $update = 'err_admin_del';
    9797            continue;
Note: See TracChangeset for help on using the changeset viewer.