Changeset 49193 for trunk/tests/phpunit/tests/post/template.php
- Timestamp:
- 10/18/2020 05:25:10 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/post/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/template.php
r48937 r49193 8 8 function test_wp_link_pages() { 9 9 $contents = array( 'One', 'Two', 'Three' ); 10 $content = join( '<!--nextpage-->', $contents );10 $content = implode( '<!--nextpage-->', $contents ); 11 11 $post_id = self::factory()->post->create( array( 'post_content' => $content ) ); 12 12
Note: See TracChangeset
for help on using the changeset viewer.