Changeset 13435 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/functions.php
- Timestamp:
- 04/03/2024 02:45:20 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/functions.php
r13405 r13435 446 446 sprintf( 447 447 /* translators: 1: Theme Directory URL, 2: Plugin Directory URL */ 448 __( 'Looking for help with a specific <a href="%1$s">theme</a> or <a href="%2$s">plugin</a>? Head to the theme or plugin\'s page and find the "View support forum" link to visit its individualforum.', 'wporg-forums' ),448 __( 'Looking for help with a WordPress <a href="%1$s">theme</a> or <a href="%2$s">plugin</a>? Head to the theme or plugin\'s page and find the "View support forum" link to visit its specific forum.', 'wporg-forums' ), 449 449 esc_url( __( 'https://wordpress.org/themes/', 'wporg-forums' ) ), 450 450 esc_url( __( 'https://wordpress.org/plugins/', 'wporg-forums' ) ),
Note: See TracChangeset
for help on using the changeset viewer.