Ticket #24229: 24229.diff
File 24229.diff, 478 bytes (added by , 12 years ago) |
---|
-
wp-includes/post-template.php
1420 1420 if ( !$revisions = wp_get_post_revisions( $post->ID ) ) 1421 1421 return; 1422 1422 1423 /* translators: post revision: 1: when , 2: author name*/1423 /* translators: post revision: 1: when */ 1424 1424 $titlef = _x( '%1$s', 'post revision' ); 1425 1425 1426 1426 $rows = $right_checked = '';