Docs update

This commit is contained in:
Caleb Burks 2017-12-11 23:42:48 -06:00
parent 2b2a0016d3
commit a4f9d1e65a
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ class WC_Customizer {
/**
* Sanitize the shop page & category display setting.
*
* @return array
* @return string
*/
public function sanitize_archive_display( $value ) {
$options = array( '', 'subcategories', 'both' );
@ -133,7 +133,7 @@ class WC_Customizer {
/**
* Sanitize the catalog orderby setting.
*
* @return array
* @return string
*/
public function sanitize_default_catalog_orderby( $value ) {
$options = apply_filters( 'woocommerce_default_catalog_orderby_options', array(