Make WordPress Core


Ignore:
Timestamp:
09/29/2011 09:47:52 PM (14 years ago)
Author:
azaozz
Message:

Clean up remnants from having negative Post_IDs, props markjaquith, fixes #18235

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r18796 r18823  
    2424 */
    2525$post_ID = isset($post_ID) ? (int) $post_ID : 0;
    26 $temp_ID = isset($temp_ID) ? (int) $temp_ID : 0;
    2726$user_ID = isset($user_ID) ? (int) $user_ID : 0;
    2827$action = isset($action) ? $action : '';
Note: See TracChangeset for help on using the changeset viewer.