Merge branch 'develop' into feature/499
This commit is contained in:
commit
b73a052415
|
@ -110,7 +110,7 @@
|
|||
<p
|
||||
v-else
|
||||
class="no-child-facet-found">
|
||||
{{ $root.__( 'This facet children terms do not contain items.', 'tainacan' ) }}
|
||||
{{ $root.__( 'The child terms of this facet do not contain items.', 'tainacan' ) }}
|
||||
</p>
|
||||
</ul>
|
||||
</transition>
|
||||
|
|
|
@ -311,7 +311,7 @@ registerBlockType('tainacan/facets-list', {
|
|||
return prepareFacet(aChildTermFacet);
|
||||
})
|
||||
:
|
||||
<p class="no-child-facet-found">{ __( 'This facet children terms do not contain items.', 'tainacan' )}</p>
|
||||
<p class="no-child-facet-found">{ __( 'The child terms of this facet do not contain items.', 'tainacan' )}</p>
|
||||
}
|
||||
</ul>
|
||||
: null )
|
||||
|
|
|
@ -91,6 +91,7 @@ install_test_suite() {
|
|||
sed $ioption "s/yourusernamehere/$DB_USER/" "$WP_TESTS_DIR"/wp-tests-config.php
|
||||
sed $ioption "s/yourpasswordhere/$DB_PASS/" "$WP_TESTS_DIR"/wp-tests-config.php
|
||||
sed $ioption "s|localhost|${DB_HOST}|" "$WP_TESTS_DIR"/wp-tests-config.php
|
||||
sed $ioption "$ a if ( ! defined( 'WP_RUN_CORE_TESTS' ) ) define('WP_RUN_CORE_TESTS', false);" "$WP_TESTS_DIR"/wp-tests-config.php
|
||||
fi
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue