Changeset 3957
- Timestamp:
- 09/05/2016 03:33:00 PM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums
- Files:
-
- 4 edited
-
bbpress/content-single-view.php (modified) (1 diff)
-
bbpress/loop-single-topic.php (modified) (1 diff)
-
functions.php (modified) (2 diffs)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/content-single-view.php
r3938 r3957 20 20 <?php if ( bbp_view_query() ) : ?> 21 21 22 <?php if ( 1 != bbp_get_paged() )bbp_get_template_part( 'pagination', 'topics' ); ?>22 <?php bbp_get_template_part( 'pagination', 'topics' ); ?> 23 23 24 24 <?php if ( in_array( bbp_get_view_id(), array( 'spam', 'pending', 'archived' ) ) ) : ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-topic.php
r3949 r3957 51 51 <?php do_action( 'bbp_theme_after_topic_started_by' ); ?> 52 52 53 <?php if ( ( bbp_is_single_view() && ! in_array( bbp_get_view_id(), array( 'plugin', 'theme', 'review ' ) ) ) || ( bbp_is_single_forum() && bbp_get_topic_forum_id() != bbp_get_forum_id() ) ) : ?>53 <?php if ( ( bbp_is_single_view() && ! in_array( bbp_get_view_id(), array( 'plugin', 'theme', 'reviews' ) ) ) || ( bbp_is_single_forum() && bbp_get_topic_forum_id() != bbp_get_forum_id() ) ) : ?> 54 54 55 55 <?php do_action( 'bbp_theme_before_topic_started_in' ); ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
r3943 r3957 32 32 get_template_directory_uri() . '/style.css', 33 33 array( 'bb-base' ), 34 '2016090 3'34 '20160905' 35 35 ); 36 36 … … 39 39 get_template_directory_uri() . '/style-rtl.css', 40 40 array( 'forum-wp4-style' ), 41 '2016090 3'41 '20160905' 42 42 ); 43 43 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css
r3942 r3957 313 313 } 314 314 315 #bbpress-forums .bbp-breadcrumb { 316 clear: both; 317 } 318 315 319 @media screen and ( min-width: 960px ) { 316 320
Note: See TracChangeset
for help on using the changeset viewer.