Changeset 6983 for trunk/wp-admin/edit-page-form.php
- Timestamp:
- 02/22/2008 05:43:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-page-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-page-form.php
r6969 r6983 1 1 <?php 2 2 3 if ( 0 == $post_ID) {3 if (!isset($post_ID) || 0 == $post_ID) { 4 4 $form_action = 'post'; 5 5 $nonce_action = 'add-page';
Note: See TracChangeset
for help on using the changeset viewer.