Updated the return doc block with a brief explanation of the return type.
This commit is contained in:
parent
b4b94e0535
commit
00ece2649e
|
@ -135,7 +135,7 @@ abstract class WC_Settings_API {
|
||||||
* @access public
|
* @access public
|
||||||
* @param mixed $key
|
* @param mixed $key
|
||||||
* @param mixed $empty_value
|
* @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 ) {
|
public function get_option( $key, $empty_value = null ) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue