Ticket #1974: meta-1974.patch
File meta-1974.patch, 3.5 KB (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/content-archive-topic.php
10 10 11 11 <div id="bbpress-forums"> 12 12 13 <?php bbp_breadcrumb(); ?> 14 13 15 <?php if ( bbp_is_topic_tag() ) bbp_topic_tag_description(); ?> 14 16 15 17 <?php do_action( 'bbp_template_before_topics_index' ); ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/content-search.php
10 10 11 11 <div id="bbpress-forums"> 12 12 13 <?php bbp_breadcrumb(); ?> 14 13 15 <?php bbp_set_query_name( 'bbp_search' ); ?> 14 16 15 17 <?php do_action( 'bbp_template_before_search' ); ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/content-single-forum.php
11 11 12 12 <div id="bbpress-forums"> 13 13 14 <?php bbp_breadcrumb(); ?> 15 14 16 <?php if ( post_password_required() ) : ?> 15 17 16 18 <?php bbp_get_template_part( 'form', 'protected' ); ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/content-single-topic.php
11 11 12 12 <div id="bbpress-forums"> 13 13 14 <?php bbp_breadcrumb(); ?> 15 14 16 <h2><?php bbp_topic_title(); ?></h2> 15 17 16 18 <?php do_action( 'bbp_template_before_single_topic' ); ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/form-topic.php
2 2 3 3 <div id="bbpress-forums"> 4 4 5 <?php bbp_breadcrumb(); ?> 6 5 7 <?php endif; ?> 6 8 7 9 <?php if ( bbp_current_user_can_access_create_topic_form() ) : ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css
75 75 height: 0; 76 76 } 77 77 78 #bbpress-forums h2 { 79 clear: both; 80 } 81 78 82 /** 79 83 * 4.0 Overrides 80 84 */