Making WordPress.org

Changeset 13773


Ignore:
Timestamp:
06/04/2024 05:21:55 AM (12 months ago)
Author:
dd32
Message:

Plugin Directory: Correct the translation comment of a string.

See #7663, [13771].

File:
1 edited

Legend:

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

    r13771 r13773  
    7979            <p><?php
    8080                printf(
    81                     /* translators: Email address */
     81                    /* translators: %s: Email address */
    8282                    __( 'It depends on what you want to change. If you want to change the plugin <strong>display name</strong> you can update that by updating your plugin files in this page. If what you want to change is the <strong>permalink / slug</strong> of your plugin, you can do that ONCE before we begin with the review (if that&#8217;s available you&#8217;ll see a link to change it on this page). If this is not possible, you will need to contact us at %s, we can change it as long as the plugin has not yet been approved.', 'wporg-plugins' ),
    8383                    '<code>plugins@wordpress.org</code>'
Note: See TracChangeset for help on using the changeset viewer.