Changeset 59789 for trunk/src/wp-admin/includes/revision.php
- Timestamp:
- 02/08/2025 03:51:03 PM (13 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/revision.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r59306 r59789 467 467 <script id="tmpl-revisions-diff" type="text/html"> 468 468 <div class="loading-indicator"><span class="spinner"></span></div> 469 <div class="diff-error"><?php _e( ' Sorry, something went wrong. The requested comparison could not be loaded.' ); ?></div>469 <div class="diff-error"><?php _e( 'An error occurred while loading the comparison. Please refresh the page and try again.' ); ?></div> 470 470 <div class="diff"> 471 471 <# _.each( data.fields, function( field ) { #>
Note: See TracChangeset
for help on using the changeset viewer.