Make WordPress Core


Ignore:
Timestamp:
06/20/2020 01:16:45 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Replace echo sprintf() with printf().

See #49542.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-install.php

    r47924 r48111  
    392392                                    <?php
    393393                                    /* translators: %s: Number of ratings. */
    394                                     echo sprintf( __( '(%s ratings)' ), '{{ data.num_ratings }}' );
     394                                    printf( __( '(%s ratings)' ), '{{ data.num_ratings }}' );
    395395                                    ?>
    396396                                </a>
Note: See TracChangeset for help on using the changeset viewer.