Making WordPress.org


Ignore:
Timestamp:
06/19/2024 11:27:58 AM (7 months ago)
Author:
paulkevan
Message:

Plugin Directory: fix link to plugin check plugin.

As reported: https://wordpress.slack.com/archives/C02QB8GMM/p1718793911602949

props: dannycooper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php

    r13771 r13837  
    490490                                /* Translators: URL to plugin-check plugin */
    491491                                __( 'I confirm that the plugin has been tested with the <a href="%s">Plugin Check</a> plugin, and all indicated issues resolved (apart from what I believe to be false-positives).', 'wporg-plugins' ),
    492                                 home_url( '/plugins/plugin-check/' )
     492                                home_url( '/plugin-check/' )
    493493                            );
    494494                        ?>
Note: See TracChangeset for help on using the changeset viewer.