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-editor.php

    r47855 r48111  
    201201        <p>
    202202            <?php
    203             echo sprintf(
     203            printf(
    204204                /* translators: %s: Link to Custom CSS section in the Customizer. */
    205205                __( 'There&#8217;s no need to change your CSS here &mdash; you can edit and live preview CSS changes in the <a href="%s">built-in CSS editor</a>.' ),
     
    363363                        if ( ! $theme->parent() ) {
    364364                            echo '<p>';
    365                             echo sprintf(
     365                            printf(
    366366                                /* translators: %s: Link to documentation on child themes. */
    367367                                __( 'If you need to tweak more than your theme&#8217;s CSS, you might want to try <a href="%s">making a child theme</a>.' ),
Note: See TracChangeset for help on using the changeset viewer.