Changeset 5622
- Timestamp:
- 07/06/2017 07:40:19 PM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php
r5296 r5622 50 50 <li><?php 51 51 /* translators: %s: Handbook URL for forum welcome */ 52 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:// make.wordpress.org/support/handbook/forum-welcome/', 'wporg-forums' ) ) );52 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' ) ) ); 53 53 ?></li> 54 54 <li><?php -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/page-homepage.php
r4800 r5622 26 26 <h3><?php _e( 'Welcome to Support', 'wporg-forums' ); ?></h3> 27 27 <p><?php _e( 'Our community-based Support Forums are a great place to learn, share, and troubleshoot.', 'wporg-forums' ); ?></p> 28 <p><?php _e( '<a href="https:// make.wordpress.org/support/handbook/forum-welcome/">Get started</a>', 'wporg-forums' ); ?></p>28 <p><?php _e( '<a href="https://wordpress.org/support/welcome/">Get started</a>', 'wporg-forums' ); ?></p> 29 29 </div> 30 30 </div>
Note: See TracChangeset
for help on using the changeset viewer.