Make WordPress Core


Ignore:
Timestamp:
02/28/2016 09:38:33 PM (7 years ago)
Author:
afercia
Message:

Comments: Add missing placeholder for printf() after [36683].

Fixes #35392.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r36683 r36767  
    715715                    printf(
    716716                        /* translators: 1: type of comment, 2: notification if the comment is pending */
    717                         _x( '%1$s', 'dashboard' ),
     717                        _x( '%1$s %2$s', 'dashboard' ),
    718718                        "<strong>$type</strong>",
    719719                        '<span class="approve">' . __( '[Pending]' ) . '</span>'
Note: See TracChangeset for help on using the changeset viewer.