diff --git a/src/wp-admin/includes/revision.php b/src/wp-admin/includes/revision.php
index 2eb83cb75ca6ef108263b6435ecd8d4f7861e43e..26ef25dbc3630f2f3ef4e5b7e24c4c79269134d5 100644
a
|
b
|
function wp_print_revision_templates() { |
461 | 461 | <div class="diff-error"><?php _e( 'Sorry, something went wrong. The requested comparison could not be loaded.' ); ?></div> |
462 | 462 | <div class="diff"> |
463 | 463 | <# _.each( data.fields, function( field ) { #> |
464 | | <h3>{{ field.name }}</h3> |
| 464 | <h2>{{ field.name }}</h2> |
465 | 465 | {{{ field.diff }}} |
466 | 466 | <# }); #> |
467 | 467 | </div> |