Making WordPress.org

Changeset 1264


Ignore:
Timestamp:
02/16/2015 10:31:42 PM (10 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress.org: Add notices to forum post-forms about link moderation. Props netweb.

Location:
sites/trunk/buddypress.org/public_html/wp-content/themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/bbpress/form-topic.php

    r979 r1264  
    3030
    3131                    <div class="bbp-template-notice">
    32                         <p><?php _e( 'If asking for help, please include your WordPress version, bbPress version, and a link to your site.',                              'bbporg' ); ?></p>
    33                         <p><?php _e( 'If you have a problem while using a non-bundled theme, check if it happens with Twenty Thirteen or Twenty Fourteen.',               'bbporg' ); ?></p>
    34                         <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.', 'bbporg' ); ?></p>
     32                        <p><?php _e( 'If asking for help, please include your WordPress version, bbPress version, and a link to your site.',                               'bbporg' ); ?></p>
     33                        <p><?php _e( 'If you are using a non-bundled theme, confirm your issue still happens with Twenty Twelve, Twenty Thirteen, etc...',                 'bbporg' ); ?></p>
     34                        <p><?php _e( 'If you found a bug, please create a <a href="https://bbpress.trac.wordpress.org/">trac ticket</a> with detailed duplication steps.', 'bbporg' ); ?></p>
     35                        <p><?php _e( 'Posts with 3 or more links will be manually approved by our forum moderators.',                                                      'bbporg' ); ?></p>
    3536                    </div>
    3637
  • sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/bbpress/form-topic.php

    r442 r1264  
    3030
    3131                    <div class="bbp-template-notice">
    32                         <p><?php _e( 'If asking for help, please include your WordPress version, BuddyPress version, and a link to your site.',                              'bporg' ); ?></p>
    33                         <!-- <p><?php _e( 'If you have a problem while using a non-bundled theme, check if it happens with TwentyTen or TwentyEleven.',                        'bporg' ); ?></p> -->
    34                         <p><?php _e( 'If you found a bug, please create a <a href="http://buddypress.trac.wordpress.org/">trac ticket</a> with detailed duplication steps.', 'bporg' ); ?></p>
     32                        <p><?php _e( 'If asking for help, please include your WordPress version, BuddyPress version, and a link to your site.',                               'bporg' ); ?></p>
     33                        <p><?php _e( 'If you are using a non-bundled theme, confirm your issue still happens with Twenty Twelve, Twenty Thirteen, etc...',                    'bporg' ); ?></p>
     34                        <p><?php _e( 'If you found a bug, please create a <a href="https://buddypress.trac.wordpress.org/">trac ticket</a> with detailed duplication steps.', 'bporg' ); ?></p>
     35                        <p><?php _e( 'Posts with 3 or more links will be manually approved by our forum moderators.',                                                         'bporg' ); ?></p>
    3536                    </div>
    3637
Note: See TracChangeset for help on using the changeset viewer.