Making WordPress.org

Changeset 13770


Ignore:
Timestamp:
06/04/2024 03:45:48 AM (6 months ago)
Author:
dd32
Message:

Plugin Directory: Submission: Use American english.

See #7065, [13730].

File:
1 edited

Legend:

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

    r13767 r13770  
    5959                <?php
    6060                printf(
    61                     __( 'Your plugin review cannot be prioritised over others, to help us approve your plugin sooner, please ensure that you have read the <a href="%s">Security chapter</a> of the Plugin Handbook.', 'wporg-plugins' ),
     61                    __( 'Your plugin review cannot be prioritized over others, to help us approve your plugin sooner, please ensure that you have read the <a href="%s">Security chapter</a> of the Plugin Handbook.', 'wporg-plugins' ),
    6262                    'https://developer.wordpress.org/apis/security/'
    6363                );
     
    6767            <ul>
    6868                <li><?php printf( __( 'The plugin contains unescaped output: <a href="%s">Learn about Escaping Data</a>', 'wporg-plugins' ), 'https://developer.wordpress.org/apis/security/escaping/' ); ?></li>
    69                 <li><?php printf( __( 'The plugin accepts unsanitized data: <a href="%s">Learn about Sanitising Data</a>', 'wporg-plugins' ), 'https://developer.wordpress.org/apis/security/sanitizing/' ); ?></li>
     69                <li><?php printf( __( 'The plugin accepts unsanitized data: <a href="%s">Learn about Sanitizing Data</a>', 'wporg-plugins' ), 'https://developer.wordpress.org/apis/security/sanitizing/' ); ?></li>
    7070                <li><?php printf( __( 'The plugin processes form data without a nonce: <a href="%s">Learn about Nonces</a>', 'wporg-plugins' ), 'https://developer.wordpress.org/apis/security/nonces/' ); ?></li>
    7171            </ul>
Note: See TracChangeset for help on using the changeset viewer.