Make WordPress Core


Ignore:
Timestamp:
08/10/2024 11:00:19 PM (6 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.

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