Changeset 12205 for sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/helpers-assets/templates/translation-discussion-comments.php
- Timestamp:
- 11/04/2022 11:01:38 AM (2 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers
- Property svn:ignore
-
old new 10 10 phpunit.xml.dist 11 11 tests 12 bin
-
- Property svn:ignore
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/helpers-assets/templates/translation-discussion-comments.php
r12003 r12205 129 129 $_post_id = $post->ID; 130 130 } 131 ?> 132 133 <?php if ( $comments ) : ?> 134 <details class="hide-textarea"> 135 <summary>Start a new conversation</summary> 136 <?php endif; ?> 137 138 <?php 131 139 comment_form( 132 140 array( … … 164 172 ); 165 173 echo '</div>'; 174 ?> 175 176 <?php if ( $comments ) : ?> 177 </details> 178 <?php endif; ?> 179 180 <?php 166 181 } else { 167 182 /* translators: Log in URL. */ 168 183 echo sprintf( __( 'You have to be <a href="%s">logged in</a> to comment.' ), esc_html( wp_login_url() ) ); 169 184 } 170 171 185 ?> 172 186 </div><!-- .discussion-wrapper -->
Note: See TracChangeset
for help on using the changeset viewer.