Ticket #24253: 24253.patch
File 24253.patch, 590 bytes (added by , 11 years ago) |
---|
-
wp-admin/revision.php
127 127 128 128 <div id="diff-header-to" class="diff-header"> 129 129 <div id="diff-title-to" class="diff-title"> 130 <strong><?php _e ( 'To:', 'Followed by post revision info' ); ?></strong> {{{ data.titleTo }}}130 <strong><?php _ex( 'To:', 'Followed by post revision info' ); ?></strong> {{{ data.titleTo }}} 131 131 </div> 132 132 133 133 <input type="button" id="restore-revision" class="button button-primary" data-restore-link="{{{ data.restoreLink }}}" value="<?php esc_attr_e( 'Restore This Revision' )?>" />