Changeset 8574
- Timestamp:
- 04/02/2019 11:29:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php
r7818 r8574 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://wordpress.org/support/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' ), 53 esc_url( __( 'https://wordpress.org/support/welcome/', 'wporg-forums' ) ) 54 ); 53 55 ?></li> 54 56 <li><?php 55 57 /* translators: %s: URL to search */ 56 printf( __( '<strong><a href="%s">Search</a> the forums</strong> to see if your topic has been resolved already.', 'wporg-forums' ), esc_url( bbp_get_search_url() ) ); 58 printf( __( '<strong><a href="%s">Search</a> the forums</strong> to see if your topic has been resolved already.', 'wporg-forums' ), 59 esc_url( bbp_get_search_url() ) 60 ); 57 61 ?></li> 58 62 <li><?php _e( '<strong>Update to the latest versions</strong> of your plugins, themes, and WordPress.', 'wporg-forums' ); ?></li> … … 70 74 ?></li> 71 75 <?php endif; ?> 76 <li><?php 77 /* translators: %s: Handbook URL for reporting security issues */ 78 printf( __( '<strong>Reporting a security issue?</strong> Please read <a href="%s">Reporting Security Vulnerabilities</a> to do that safely.', 'wporg-forums' ), 79 esc_url( __( 'https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/' ) ) 80 ); 81 ?></li> 72 82 </ul> 73 83
Note: See TracChangeset
for help on using the changeset viewer.