Make WordPress Core


Ignore:
Timestamp:
07/29/2013 07:48:41 PM (12 years ago)
Author:
nacin
Message:

Add missing gettext. This is not a new string; it already exists a few lines up. props alex-ye, fixes #24880.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/meta-boxes.php

    r24790 r24885  
    183183        echo '</span>';
    184184    } else {
    185         printf( 'Revisions: %s', '<b>' . number_format_i18n( $args['args']['revisions_count'] ) . '</b>' );
     185        printf( __( 'Revisions: %s' ), '<b>' . number_format_i18n( $args['args']['revisions_count'] ) . '</b>' );
    186186    }
    187187?>
Note: See TracChangeset for help on using the changeset viewer.