Skip to content
Snippets Groups Projects

Add block-editor support

Merged Erick Hitter requested to merge fix/gutenberg into master
4 files
+ 61
23
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -5,7 +5,7 @@
@@ -5,7 +5,7 @@
* @package Automatically_Paginate_Posts
* @package Automatically_Paginate_Posts
*/
*/
$autopaging_tests_dir = getenv( 'WPautopaging_tests_dir' );
$autopaging_tests_dir = getenv( 'WP_TESTS_DIR' );
if ( ! $autopaging_tests_dir ) {
if ( ! $autopaging_tests_dir ) {
$autopaging_tests_dir = rtrim( sys_get_temp_dir(), '/\\' ) . '/wordpress-tests-lib';
$autopaging_tests_dir = rtrim( sys_get_temp_dir(), '/\\' ) . '/wordpress-tests-lib';
Loading