Make WordPress Core


Ignore:
Timestamp:
05/22/2026 11:40:34 PM (5 hours 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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.