Changeset 18823 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 09/29/2011 09:47:52 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r18796 r18823 24 24 */ 25 25 $post_ID = isset($post_ID) ? (int) $post_ID : 0; 26 $temp_ID = isset($temp_ID) ? (int) $temp_ID : 0;27 26 $user_ID = isset($user_ID) ? (int) $user_ID : 0; 28 27 $action = isset($action) ? $action : '';
Note: See TracChangeset
for help on using the changeset viewer.