Changeset 24578 for trunk/wp-admin/revision.php
- Timestamp:
- 07/06/2013 10:48:14 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/revision.php
r24574 r24578 56 56 } 57 57 58 $post_title = '<a href="' . get_edit_post_link() . '">' . get_the_title() . '</a>';58 $post_title = '<a href="' . get_edit_post_link() . '">' . _draft_or_post_title() . '</a>'; 59 59 $h2 = sprintf( __( 'Compare Revisions of “%1$s”' ), $post_title ); 60 60 $title = __( 'Revisions' ); … … 128 128 129 129 <script id="tmpl-revisions-tooltip" type="text/html"> 130 <div class=" ui-slider-tooltip ui-widget-content ui-corner-all">130 <div class="revisions-tooltip-content"> 131 131 <# if ( 'undefined' !== typeof data && 'undefined' !== typeof data.author ) { #> 132 132 {{{ data.author.avatar }}} {{{ data.author.name }}}, … … 135 135 <# } #> 136 136 </div> 137 <div class=" arrow"></div>137 <div class="revisions-tooltip-arrow"></div> 138 138 </script> 139 139
Note: See TracChangeset
for help on using the changeset viewer.