Ticket #2134: meta-2134.patch
File meta-2134.patch, 1.6 KB (added by , 9 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-posts.php
27 27 <?php esc_html_e( 'Forum:', 'wporg-forums' ); ?> 28 28 <a class="bbp-forum-permalink" href="<?php bbp_forum_permalink( bbp_get_topic_forum_id() ); echo $view_all; ?>"><?php bbp_forum_title( bbp_get_topic_forum_id() ); ?></a><br> 29 29 <?php esc_html_e( 'As the topic:', 'wporg-forums' ); ?> 30 < ?php bbp_topic_title( bbp_get_topic_id() ); ?>30 <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_topic_id() ); echo $view_all; ?>"><?php bbp_topic_title( bbp_get_topic_id() ); ?></a> 31 31 </span> 32 32 </div><!-- .bbp-meta --> 33 33 </div><!-- #post-<?php bbp_topic_id(); ?> --> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css
132 132 display: block; 133 133 } 134 134 135 .bbp-topic-header a.bbp-topic-permalink, 136 .bbp-reply-header a.bbp-reply-permalink { 137 float: none; 138 margin-left: 0; 139 color: #0073aa; 140 } 141 135 142 /* Notices */ 136 143 div.bbp-template-notice, 137 144 div.indicator-hint {