Make WordPress Core


Ignore:
Timestamp:
02/27/2007 03:24:54 PM (18 years ago)
Author:
markjaquith
Message:

trailing tabs and whitespace cleanup.

File:
1 edited

Legend:

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

    r4882 r4953  
    227227    $_POST['post_category'] = explode(",", $_POST['catslist']);
    228228    if($_POST['post_type'] == 'page' || empty($_POST['post_category']))
    229         unset($_POST['post_category']); 
    230    
     229        unset($_POST['post_category']);
     230
    231231    if($_POST['post_ID'] < 0) {
    232232        $_POST['temp_ID'] = $_POST['post_ID'];
Note: See TracChangeset for help on using the changeset viewer.