Make WordPress Core

Changeset 24887


Ignore:
Timestamp:
07/29/2013 07:52:00 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.

Merges [24885] to 3.6.

Location:
branches/3.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.6

  • branches/3.6/wp-admin/includes/meta-boxes.php

    r24790 r24887  
    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.