Fixed docblocks for WooCommerce::is_request()

This commit is contained in:
Claudio Sanches 2015-01-23 16:39:49 -02:00
parent 177bcbe7d5
commit b61cd62a07
1 changed files with 1 additions and 1 deletions

View File

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