Changeset 24174 for trunk/wp-admin/revision.php
- Timestamp:
- 05/03/2013 11:17:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/revision.php
r24173 r24174 119 119 120 120 <div id="loading-status" class="updated message"> 121 <p><span class="spinner" ></span> <?php _e( 'Calculating revision diffs' ); ?></p>121 <p><span class="spinner" ></span></p> 122 122 </div> 123 123 … … 174 174 175 175 <script id="tmpl-revision-ticks" type="text/html"> 176 <div class="revision-tick completed-{{{ data.completed }}} scope-of-changes-{{{ data.scopeOfChanges }}}"></div> 176 <div class="revision-tick completed-{{{ data.completed }}} scope-of-changes-{{{ data.scopeOfChanges }}}"> 177 <span class="ui-slider-tooltip ui-widget-content ui-corner-all hidden"></span> 178 </div> 177 179 </script> 178 180 <?php
Note: See TracChangeset
for help on using the changeset viewer.