Make WordPress Core

Changeset 58879


Ignore:
Timestamp:
08/10/2024 11:00:19 PM (2 months ago)
Author:
SergeyBiryukov
Message:

Administration: Replace contracted verb forms for better consistency.

Follow-up to [14951], [37221], [52979], [52978], [55977].

Props kebbet, sabernhardt.
Fixes #58639.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

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

    r58146 r58879  
    567567                '<p>' . sprintf(
    568568                    /* translators: %s: WordPress Plugin Directory URL. */
    569                     __( 'If you would like to see more plugins to choose from, click on the &#8220;Add New Plugin&#8221; button and you will be able to browse or search for additional plugins from the <a href="%s">WordPress Plugin Directory</a>. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they&#8217;re free!' ),
     569                    __( 'If you would like to see more plugins to choose from, click on the &#8220;Add New Plugin&#8221; button and you will be able to browse or search for additional plugins from the <a href="%s">WordPress Plugin Directory</a>. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they are free!' ),
    570570                    __( 'https://wordpress.org/plugins/' )
    571571                ) . '</p>',
  • trunk/src/wp-admin/themes.php

    r58408 r58879  
    154154        $help_install = '<p>' . sprintf(
    155155            /* translators: %s: https://wordpress.org/themes/ */
    156             __( 'If you would like to see more themes to choose from, click on the &#8220;Add New Theme&#8221; button and you will be able to browse or search for additional themes from the <a href="%s">WordPress Theme Directory</a>. Themes in the WordPress Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they&#8217;re free!' ),
     156            __( 'If you would like to see more themes to choose from, click on the &#8220;Add New Theme&#8221; button and you will be able to browse or search for additional themes from the <a href="%s">WordPress Theme Directory</a>. Themes in the WordPress Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they are free!' ),
    157157            __( 'https://wordpress.org/themes/' )
    158158        ) . '</p>';
Note: See TracChangeset for help on using the changeset viewer.