Changeset 24743 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 07/18/2013 09:33:59 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
r24586 r24743 314 314 <?php endif; ?> 315 315 <div id="lost-connection-notice" class="error hidden"> 316 <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> 316 <p><span class="spinner"></span> <?php _e( '<strong>Connection lost.</strong> Saving has been disabled until you’re reconnected.' ); ?> 317 <span class="hide-if-no-sessionstorage"><?php _e( 'We’re backing up this post in your browser, just in case.' ); ?></span> 318 </p> 317 319 </div> 318 320
Note: See TracChangeset
for help on using the changeset viewer.