Updated the correct doc block for return type

This commit is contained in:
Vivek Gounder 2013-05-07 15:17:34 +05:30
parent c0a2cc565e
commit b4b94e0535
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ abstract class WC_Settings_API {
* @access public
* @param mixed $key
* @param mixed $empty_value
* @return void
* @return mixed
*/
public function get_option( $key, $empty_value = null ) {