Make WordPress Core

Ticket #24229: 24229.diff

File 24229.diff, 478 bytes (added by DrewAPicture, 12 years ago)
  • wp-includes/post-template.php

     
    14201420        if ( !$revisions = wp_get_post_revisions( $post->ID ) )
    14211421                return;
    14221422
    1423         /* translators: post revision: 1: when, 2: author name */
     1423        /* translators: post revision: 1: when */
    14241424        $titlef = _x( '%1$s', 'post revision' );
    14251425
    14261426        $rows = $right_checked = '';