Changeset 1580 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/form-topic.php
- Timestamp:
- 05/15/2015 08:59:21 AM (11 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
r1535 r1580 30 30 31 31 <div class="bbp-template-notice"> 32 <p><?php _e( ' If asking for help, please include your WordPress version, and a link to your site.', 'wporg-forums' ); ?></p>33 <p><?php _e( ' If you found a bug, please create a <a href="http://bbpress.trac.wordpress.org/">trac ticket</a> with detailed duplication steps.', 'wporg-forums' ); ?></p>32 <p><?php _e( 'Before posting a new topic, be sure to <a href="/search/">search</a> to see if one has been started already.', 'wporg-forums' ); ?></p> 33 <p><?php _e( 'Having a problem? Asking a question? Make sure to read the <a href="http://codex.wordpress.org/Forum_Welcome">Forum Welcome</a> to find out how to maximize your odds of getting help!', 'wporg-forums' ); ?></p> 34 34 </div> 35 35
Note: See TracChangeset
for help on using the changeset viewer.