Changeset 24529
- Timestamp:
- 06/29/2013 05:45:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/revision.php
r24520 r24529 39 39 // It's a better user experience to still show the Title, even if it didn't change. 40 40 // No, you didn't see this. 41 $diff = "<table class='diff'><col class='ltype' /><col class='content' /><col class='ltype' /><col class='content' /><tbody><tr>";41 $diff = '<table class="diff"><colgroup><col class="content diffsplit left"><col class="content diffsplit middle"><col class="content diffsplit right"></colgroup><tbody><tr>'; 42 42 $diff .= '<td>' . esc_html( $compare_from->post_title ) . '</td><td></td><td>' . esc_html( $compare_to->post_title ) . '</td>'; 43 43 $diff .= '</tr></tbody>';
Note: See TracChangeset
for help on using the changeset viewer.