Making WordPress.org

Changeset 13904


Ignore:
Timestamp:
07/16/2024 02:42:07 AM (12 months ago)
Author:
adamwood
Message:

Plugin directory: Fix grammar on add plugin page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/page-add.php

    r13773 r13904  
    1919                printf(
    2020                    /* translators: 1: URL to plugin guidelines, 2: URL to plugin developer FAQ. */
    21                     wp_kses_post( __( 'Before you submit your plugin, we ask you to review our <a href="%1$s">Guidelines</a> and read the <a href="%2$s">Frequently Asked Questions</a>. A brief selections of common questions are listed below the form.', 'wporg-plugins' ) ),
     21                    wp_kses_post( __( 'Before you submit your plugin, we ask you to review our <a href="%1$s">Guidelines</a> and read the <a href="%2$s">Frequently Asked Questions</a>. A brief selection of common questions is available below the form.', 'wporg-plugins' ) ),
    2222                    esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/' ),
    2323                    esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/' )
Note: See TracChangeset for help on using the changeset viewer.