Merge branch 'develop' into feature/499

This commit is contained in:
mateuswetah 2021-03-19 10:11:08 -03:00
commit b73a052415
3 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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 )

View File

@ -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
}