Ticket #24804: 24804.14.diff
File 24804.14.diff, 503 bytes (added by , 11 years ago) |
---|
-
wp-admin/includes/meta-boxes.php
186 186 } 187 187 ?> 188 188 <a class="hide-if-no-js" href="<?php echo esc_url( get_edit_post_link( $args['args']['revision_id'] ) ); ?>"><?php _ex( 'Browse', 'revisions' ); ?></a> 189 <span class="hide-if-js"><?php _e( '(Browsing requires JavaScript)' ); ?></span> 189 190 </div> 190 191 <?php endif; 191 192