Changeset 6253
- Timestamp:
- 01/17/2017 07:26:55 AM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/shortcodes.php
r6250 r6253 371 371 * Supports 'forum_id' attribute to display the topic form for a particular 372 372 * forum. This currently has styling issues from not being wrapped in 373 * <div id="bbpress-forums" ></div> which will need to be sorted out later.373 * <div id="bbpress-forums" class="bbpress-wrapper"></div> which will need to be sorted out later. 374 374 * 375 375 * @since 2.0.0 bbPress (r3031) -
trunk/src/includes/extend/buddypress/functions.php
r6240 r6253 213 213 ?> 214 214 215 <div id="bbpress-forums" >215 <div id="bbpress-forums" class="bbpress-wrapper"> 216 216 217 217 <?php bbp_get_template_part( 'user', 'topics-created' ); ?> … … 232 232 ?> 233 233 234 <div id="bbpress-forums" >234 <div id="bbpress-forums" class="bbpress-wrapper"> 235 235 236 236 <?php bbp_get_template_part( 'user', 'replies-created' ); ?> … … 251 251 ?> 252 252 253 <div id="bbpress-forums" >253 <div id="bbpress-forums" class="bbpress-wrapper"> 254 254 255 255 <?php bbp_get_template_part( 'user', 'favorites' ); ?> … … 270 270 ?> 271 271 272 <div id="bbpress-forums" >272 <div id="bbpress-forums" class="bbpress-wrapper"> 273 273 274 274 <?php bbp_get_template_part( 'user', 'subscriptions' ); ?> -
trunk/src/includes/extend/buddypress/groups.php
r6250 r6253 842 842 bbp_set_query_name( 'bbp_single_forum' ); ?> 843 843 844 <div id="bbpress-forums" >844 <div id="bbpress-forums" class="bbpress-wrapper"> 845 845 846 846 <?php switch ( $forum_action ) : -
trunk/src/templates/default/bbpress/content-archive-forum.php
r5770 r6253 10 10 ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 14 14 <?php if ( bbp_allow_search() ) : ?> -
trunk/src/templates/default/bbpress/content-archive-topic.php
r5770 r6253 10 10 ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 14 14 <?php if ( bbp_allow_search() ) : ?> -
trunk/src/templates/default/bbpress/content-search.php
r5134 r6253 10 10 ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 14 14 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/bbpress/content-single-forum.php
r5829 r6253 10 10 ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 14 14 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/bbpress/content-single-reply.php
r5770 r6253 10 10 ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 14 14 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/bbpress/content-single-topic.php
r5770 r6253 10 10 ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 14 14 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/bbpress/content-single-user.php
r5854 r6253 10 10 ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 14 14 <?php do_action( 'bbp_template_notices' ); ?> -
trunk/src/templates/default/bbpress/content-single-view.php
r5770 r6253 10 10 ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 14 14 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/bbpress/content-topic-tag-edit.php
r5770 r6253 10 10 ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 14 14 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/bbpress/form-forum.php
r6056 r6253 10 10 if ( bbp_is_forum_edit() ) : ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 14 14 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/bbpress/form-protected.php
r5770 r6253 10 10 ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 <fieldset class="bbp-form" id="bbp-protected"> 14 14 <Legend><?php esc_html_e( 'Protected', 'bbpress' ); ?></legend> -
trunk/src/templates/default/bbpress/form-reply-move.php
r6141 r6253 10 10 ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 14 14 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/bbpress/form-reply.php
r6032 r6253 10 10 if ( bbp_is_reply_edit() ) : ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 14 14 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/bbpress/form-topic-merge.php
r6141 r6253 10 10 ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 14 14 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/bbpress/form-topic-split.php
r6141 r6253 10 10 ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 14 14 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/bbpress/form-topic.php
r6032 r6253 10 10 if ( ! bbp_is_single_forum() ) : ?> 11 11 12 <div id="bbpress-forums" >12 <div id="bbpress-forums" class="bbpress-wrapper"> 13 13 14 14 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/css/bbpress.css
r6093 r6253 8 8 /* =bbPress Style 9 9 -------------------------------------------------------------- */ 10 11 .entry-content .bbpress-wrapper a { 12 -webkit-box-shadow: none; 13 box-shadow: none; 14 } 10 15 11 16 #bbpress-forums hr { -
trunk/src/templates/default/extras/page-forum-statistics.php
r5770 r6253 22 22 <?php get_the_content() ? the_content() : wpautop( esc_html__( 'Here are the statistics and popular topics of our forums.', 'bbpress' ) ); ?> 23 23 24 <div id="bbpress-forums" >24 <div id="bbpress-forums" class="bbpress-wrapper"> 25 25 26 26 <?php bbp_get_template_part( 'content', 'statistics' ); ?> -
trunk/src/templates/default/extras/page-topic-tags.php
r5770 r6253 22 22 <?php get_the_content() ? the_content() : wpautop( esc_html__( 'This is a collection of tags that are currently popular on our forums.', 'bbpress' ) ); ?> 23 23 24 <div id="bbpress-forums" >24 <div id="bbpress-forums" class="bbpress-wrapper"> 25 25 26 26 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/extras/page-topics-no-replies.php
r5770 r6253 22 22 <?php the_content(); ?> 23 23 24 <div id="bbpress-forums" >24 <div id="bbpress-forums" class="bbpress-wrapper"> 25 25 26 26 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/extras/page-user-login.php
r5770 r6253 26 26 <?php the_content(); ?> 27 27 28 <div id="bbpress-forums" >28 <div id="bbpress-forums" class="bbpress-wrapper"> 29 29 30 30 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/extras/page-user-lost-pass.php
r5770 r6253 26 26 <?php the_content(); ?> 27 27 28 <div id="bbpress-forums" >28 <div id="bbpress-forums" class="bbpress-wrapper"> 29 29 30 30 <?php bbp_breadcrumb(); ?> -
trunk/src/templates/default/extras/page-user-register.php
r5770 r6253 26 26 <?php the_content(); ?> 27 27 28 <div id="bbpress-forums" >28 <div id="bbpress-forums" class="bbpress-wrapper"> 29 29 30 30 <?php bbp_breadcrumb(); ?>
Note: See TracChangeset
for help on using the changeset viewer.