Make WordPress Core

Changeset 62412


Ignore:
Timestamp:
05/22/2026 11:40:34 PM (less than one hour ago)
Author:
SergeyBiryukov
Message:

Administration: Change code tags to regular text for dimensions in “Site Icon” help text.

Follow-up to [57713], [58927].

Props juanfra, sabernhardt, niravsherasiya7707, manhar, mukesh27, vgnavada, wpdevsxyz, kevinrobles, SergeyBiryukov.
Fixes #64792.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-general.php

    r61770 r62412  
    213213            printf(
    214214                /* translators: 1: pixel value for icon size. 2: pixel value for icon size. */
    215                 __( 'The Site Icon is what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. It should be square and at least <code>%1$s by %2$s</code> pixels.' ),
     215                __( 'The Site Icon is what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. It should be square and at least <strong>%1$s by %2$s</strong> pixels.' ),
    216216                512,
    217217                512
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r62353 r62412  
    52115211                    'description' => sprintf(
    52125212                        /* translators: 1: pixel value for icon size. 2: pixel value for icon size. */
    5213                         '<p>' . __( 'The Site Icon is what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. It should be square and at least <code>%1$s by %2$s</code> pixels.' ) . '</p>',
     5213                        '<p>' . __( 'The Site Icon is what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. It should be square and at least <strong>%1$s by %2$s</strong> pixels.' ) . '</p>',
    52145214                        512,
    52155215                        512
Note: See TracChangeset for help on using the changeset viewer.