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/admin-ajax.php

    r8490 r8600  
    1414    $s = $_GET['q']; // is this slashed already?
    1515
    16     if ( strstr( $s, ',' ) ) { 
    17         $s = explode( ',', $s ); 
    18         $s = $s[count( $s ) - 1]; 
     16    if ( strstr( $s, ',' ) ) {
     17        $s = explode( ',', $s );
     18        $s = $s[count( $s ) - 1];
    1919    }
    2020    $s = trim( $s );
     
    279279        $x->send();
    280280    }
    281    
     281
    282282    $cat = wp_insert_category( $_POST, true );
    283283
Note: See TracChangeset for help on using the changeset viewer.