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-includes/customize/class-wp-customize-themes-section.php

    r47794 r48111  
    150150                <?php
    151151                /* translators: %s: Number of themes displayed. */
    152                 echo sprintf( __( '%s themes' ), '<span class="theme-count">0</span>' );
     152                printf( __( '%s themes' ), '<span class="theme-count">0</span>' );
    153153                ?>
    154154            </span>
Note: See TracChangeset for help on using the changeset viewer.