Ticket #5696: 5696.1.patch
File 5696.1.patch, 1.7 KB (added by , 4 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-reply.php
203 203 <div class="bbp-template-notice"> 204 204 <ul> 205 205 <li><?php printf( esc_html__( 'The topic ‘%s’ is closed to new replies.', 'wporg-forums' ), bbp_get_topic_title() ); ?></li> 206 <li><?php 207 printf( 208 '%s <a href="%s" class="bbp-similar-question-action">%s</a>', 209 __( 'Do you have a similar question?', 'wporg-forums' ), 210 esc_url( bbp_get_forum_permalink( bbp_get_topic_forum_id() ) . '#new-topic-0' ), 211 __( 'Create a new topic', 'wporg-forums' ) 212 ); 213 ?></li> 206 214 </ul> 207 215 </div> 208 216 </div> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
3814 3814 text-decoration: none; 3815 3815 } 3816 3816 3817 @media (max-width:480px){ 3818 #bbpress-forums .bbp-template-notice .bbp-similar-question-action { 3819 display:block; 3820 } 3821 } 3822 3817 3823 .bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links, 3818 3824 .bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links { 3819 3825 display: none;