Make WordPress Core


Ignore:
Timestamp:
09/20/2022 09:12:39 PM (2 years ago)
Author:
audrasjb
Message:

Help/About: Remove an unwanted whitespace in a Theme Install screen help tab string.

Follow-up to [54252].

Props kebbet.
Fixes #56405.

File:
1 edited

Legend:

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

    r54252 r54268  
    142142$help_block_themes =
    143143    '<p>' . __( 'A block theme is a theme that uses blocks for all parts of a site including navigation menus, header, content, and site footer. These themes are built for the features that allow you to edit and customize all parts of your site.' ) . '</p>' .
    144     '<p>' . __( ' With a block theme, you can place and edit blocks without affecting your content by customizing or creating new templates.' ) . '</p>';
     144    '<p>' . __( 'With a block theme, you can place and edit blocks without affecting your content by customizing or creating new templates.' ) . '</p>';
    145145
    146146get_current_screen()->add_help_tab(
Note: See TracChangeset for help on using the changeset viewer.