Changeset 23886 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 04/02/2013 10:51:09 PM (13 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
r23868 r23886 366 366 <div id="message" class="updated"><p><?php echo $message; ?></p></div> 367 367 <?php endif; ?> 368 <div id="lost-connection-notice" class="error hidden"> 369 <p><?php _e("You have lost your connection with the server, and saving has been disabled. This message will vanish once you've reconnected."); ?></p> 370 </div> 368 371 <form name="post" action="post.php" method="post" id="post"<?php do_action('post_edit_form_tag'); ?>> 369 372 <?php wp_nonce_field($nonce_action); ?>
Note: See TracChangeset
for help on using the changeset viewer.