Fix typo in method documentation
This commit is contained in:
parent
ce618d6250
commit
5fac03bb61
|
@ -477,7 +477,7 @@ abstract class WC_Shipping_Method extends WC_Settings_API {
|
||||||
/**
|
/**
|
||||||
* Get_option function.
|
* Get_option function.
|
||||||
*
|
*
|
||||||
* Gets and option from the settings API, using defaults if necessary to prevent undefined notices.
|
* Gets an option from the settings API, using defaults if necessary to prevent undefined notices.
|
||||||
*
|
*
|
||||||
* @param string $key Key.
|
* @param string $key Key.
|
||||||
* @param mixed $empty_value Empty value.
|
* @param mixed $empty_value Empty value.
|
||||||
|
|
Loading…
Reference in New Issue