Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:56:42 AM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Fix typo in a function name in [45932].

See #44360.

File:
1 edited

Legend:

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

    r45932 r45933  
    654654
    655655        if ( 'spam' !== $the_comment_status ) {
    656             $actions['spam'] = sprinf(
     656            $actions['spam'] = sprintf(
    657657                '<a href="%s" data-wp-lists="%s" class="vim-s vim-destructive aria-button-if-js" aria-label="%s">%s</a>',
    658658                $spam_url,
Note: See TracChangeset for help on using the changeset viewer.