Fixed docblocks for WooCommerce::is_request()
This commit is contained in:
parent
177bcbe7d5
commit
b61cd62a07
|
@ -164,7 +164,7 @@ final class WooCommerce {
|
|||
/**
|
||||
* What type of request is this?
|
||||
* string $type ajax, frontend or admin
|
||||
* @return string
|
||||
* @return bool
|
||||
*/
|
||||
private function is_request( $type ) {
|
||||
switch ( $type ) {
|
||||
|
|
Loading…
Reference in New Issue