Changeset 47122 for trunk/tests/phpunit/tests/comment/wpListComments.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/wpListComments.php
r46586 r47122 28 28 $this->go_to( get_permalink( $p ) ); 29 29 30 // comments_template() populates $wp_query->comments 30 // comments_template() populates $wp_query->comments. 31 31 get_echo( 'comments_template' ); 32 32 … … 66 66 $this->go_to( get_permalink( $p ) ); 67 67 68 // comments_template() populates $wp_query->comments 68 // comments_template() populates $wp_query->comments. 69 69 get_echo( 'comments_template' ); 70 70 … … 104 104 $this->go_to( get_permalink( $p ) ); 105 105 106 // comments_template() populates $wp_query->comments 106 // comments_template() populates $wp_query->comments. 107 107 get_echo( 'comments_template' ); 108 108 … … 196 196 $this->go_to( get_permalink( $p ) ); 197 197 198 // comments_template() populates $wp_query->comments 198 // comments_template() populates $wp_query->comments. 199 199 get_echo( 'comments_template' ); 200 200 … … 244 244 $this->go_to( get_permalink( $p ) ); 245 245 246 // comments_template() populates $wp_query->comments 246 // comments_template() populates $wp_query->comments. 247 247 get_echo( 'comments_template' ); 248 248
Note: See TracChangeset
for help on using the changeset viewer.