Changeset 8012 for trunk/wp-admin/revision.php
- Timestamp:
- 05/29/2008 11:16:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/revision.php
r8011 r8012 147 147 <span class="alignleft"><?php printf( __('Older: %s'), wp_post_revision_title( $left_revision ) ); ?></span> 148 148 <span class="alignright"><?php printf( __('Newer: %s'), wp_post_revision_title( $right_revision ) ); ?></span> 149 </t d>149 </th> 150 150 </tr> 151 151 <?php endif; … … 168 168 <tr id="revision-field-<?php echo $field; ?>"> 169 169 <th scope="row"><?php echo wp_specialchars( $field_title ); ?></th> 170 <td>< pre><?php echo $content; ?></pre></td>170 <td><div class="pre"><?php echo $content; ?></div></td> 171 171 </tr> 172 172 … … 201 201 wp_list_post_revisions( $post, $args ); 202 202 203 ?> 204 205 </div> 206 207 <?php 208 203 209 require_once( 'admin-footer.php' );
Note: See TracChangeset
for help on using the changeset viewer.