Make WordPress Core


Ignore:
Timestamp:
07/18/2013 09:33:59 PM (13 years ago)
Author:
nacin
Message:

Better 'Connection lost' notice that includes an indication of activity. fixes #24695.

File:
1 edited

Legend:

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

    r24586 r24743  
    314314<?php endif; ?>
    315315<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&#8217;re reconnected.' ); ?>
     317    <span class="hide-if-no-sessionstorage"><?php _e( 'We&#8217;re backing up this post in your browser, just in case.' ); ?></span>
     318    </p>
    317319</div>
    318320
Note: See TracChangeset for help on using the changeset viewer.