Changeset 19593 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 12/13/2011 11:45:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r19475 r19593 88 88 foreach ( _wp_post_revision_fields() as $autosave_field => $_autosave_field ) { 89 89 if ( normalize_whitespace( $autosave->$autosave_field ) != normalize_whitespace( $post->$autosave_field ) ) { 90 $notice = sprintf( __( 'There is an autosave of this post that is more recent than the version below. 90 $notice = sprintf( __( 'There is an autosave of this post that is more recent than the version below. <a href="%s">View the autosave</a>' ), get_edit_post_link( $autosave->ID ) ); 91 91 break; 92 92 }
Note: See TracChangeset
for help on using the changeset viewer.