Ticket #24682: 24682.patch
File 24682.patch, 1.4 KB (added by , 12 years ago) |
---|
-
wp-admin/css/wp-admin-rtl.css
1009 1009 margin-right: 5px; 1010 1010 } 1011 1011 1012 #restore-revision {1013 margin-left: 0;1014 margin-right: 10px;1015 }1016 1017 1012 .diff-col-title-added, 1018 1013 .diff-col-title-removed { 1019 1014 text-align: right; -
wp-admin/css/wp-admin.css
3650 3650 } 3651 3651 3652 3652 #restore-revision { 3653 margin -left:10px;3653 margin: 0 10px; 3654 3654 } 3655 3655 3656 3656 #diff-table { -
wp-admin/revision.php
179 179 <# } #> 180 180 </div> 181 181 182 <input type="button" id="restore-revision" class="button button-primary" data-restore-link="{{{ data.restoreLink }}}" value="<?php esc_attr_e( 'Restore This Revision' )?>" /> 182 <input type="button" id="restore-revision" class="button button-primary" data-restore-link="{{{ data.restoreLink }}}" value="<?php esc_attr_e( 'Restore This Revision' )?>" /><a href="<?php echo get_edit_post_link(); ?>" class="button"><?php _e( 'Cancel' ); ?></a> 183 183 </div> 184 184 </div> 185 185 </script>