Updated the return doc block with a brief explanation of the return type.

This commit is contained in:
Vivek Gounder 2013-05-07 16:36:11 +05:30
parent b4b94e0535
commit 00ece2649e
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 mixed
* @return string The value specified for the option or a default value for the option
*/
public function get_option( $key, $empty_value = null ) {