Make WordPress Core

Changeset 34508


Ignore:
Timestamp:
09/24/2015 06:39:04 PM (9 years ago)
Author:
afercia
Message:

Comments List Table: fix the translators comment for all count after [34506].

See #17275.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-comments-list-table.php

    r34506 r34508  
    206206        $stati = array(
    207207            'all' => str_replace( '%s', '<span class="all-count">%s</span>',
    208                 /* translators: %s: pending comments count */
     208                /* translators: %s: all comments count */
    209209                _nx_noop(
    210210                    'All <span class="count">(%s)</span>',
Note: See TracChangeset for help on using the changeset viewer.