Ticket #24405: 24405.2.patch
File 24405.2.patch, 596 bytes (added by , 12 years ago) |
---|
-
wp-includes/post-template.php
1437 1437 $rows .= "\t<li>" . wp_post_revision_title_expanded( $revision ) . "</li>\n"; 1438 1438 } 1439 1439 1440 echo "<ul class='post-revisions'>\n"; 1440 echo "<div class='hide-if-js'><p>" . __( 'JavaScript must be enabled to use this feature.' ) . "</p></div>\n"; 1441 1442 echo "<ul class='post-revisions hide-if-no-js'>\n"; 1441 1443 echo $rows; 1442 1444 1443 1445 // if the post was previously restored from a revision