Make WordPress Core


Ignore:
Timestamp:
07/22/2013 05:09:49 AM (11 years ago)
Author:
nacin
Message:

Move _local_storage_notice() to admin/includes/template.php. props azaozz, see #24756.

File:
1 edited

Legend:

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

    r24743 r24762  
    2929    wp_enqueue_media( array( 'post' => $post_ID ) );
    3030}
     31
     32// Add the local autosave notice HTML
     33add_action( 'admin_footer', '_local_storage_notice' );
    3134
    3235$messages = array();
Note: See TracChangeset for help on using the changeset viewer.