Changeset 13904
- Timestamp:
- 07/16/2024 02:42:07 AM (12 months ago)
- 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 19 19 printf( 20 20 /* 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 selection s of common questions are listedbelow 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' ) ), 22 22 esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/' ), 23 23 esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/' )
Note: See TracChangeset
for help on using the changeset viewer.