Merge pull request #20069 from rnaby/150518-003232

Else Removed
This commit is contained in:
Claudio Sanches 2018-05-15 01:19:43 +01:00 committed by GitHub
commit 46df086e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -229,9 +229,9 @@ function wc_get_order_type( $type ) {
if ( isset( $wc_order_types[ $type ] ) ) {
return $wc_order_types[ $type ];
} else {
return false;
}
return false;
}
/**