Updated the correct doc block for return type
This commit is contained in:
parent
c0a2cc565e
commit
b4b94e0535
|
@ -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 void
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
public function get_option( $key, $empty_value = null ) {
|
public function get_option( $key, $empty_value = null ) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue