Changeset 9451 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/form-topic.php
- Timestamp:
- 02/01/2020 09:33:06 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/form-topic.php
r4092 r9451 42 42 <ul> 43 43 <li><?php 44 /* translators: %s: CodexURL for forum welcome */45 printf( __( '<strong>Read the <a href="%s">Forum Welcome</a></strong> to find out how to maximize your odds of getting help!', 'wporg-forums' ), esc_url( __( 'https:// codex.wordpress.org/Forum_Welcome', 'wporg-forums' ) ) );44 /* translators: %s: Support URL for forum welcome */ 45 printf( __( '<strong>Read the <a href="%s">Forum Welcome</a></strong> to find out how to maximize your odds of getting help!', 'wporg-forums' ), esc_url( __( 'https://wordpress.org/support/welcome/', 'wporg-forums' ) ) ); 46 46 ?></li> 47 47 <li><?php
Note: See TracChangeset
for help on using the changeset viewer.