Make WordPress Core


Ignore:
Timestamp:
01/26/2010 10:49:05 PM (16 years ago)
Author:
ryan
Message:

Remove trailing whitespace

File:
1 edited

Legend:

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

    r12833 r12859  
    626626            $level++;
    627627        }
    628         $tag_full_name = esc_attr($tag_full_name); 
     628        $tag_full_name = esc_attr($tag_full_name);
    629629    }
    630630    echo _tag_row( $tag, $level, $tag_full_name, $taxonomy );
     
    11851185        die( __('Cheatin’ uh?') );
    11861186    $tax = get_taxonomy($taxonomy);
    1187        
     1187
    11881188    if ( ! current_user_can( $tax->edit_cap ) )
    11891189        die( __('Cheatin’ uh?') );
Note: See TracChangeset for help on using the changeset viewer.