@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | * @since 2.0.0 |
47 | 47 | * @see http://codex.wordpress.org/Roles_and_Capabilities |
48 | 48 | * @see http://codex.wordpress.org/I18n_for_WordPress_Developers#Text_Domains |
49 | - * @param array|integer|string $aisOptionKey (optional) specifies the option key name to store in the options table. If this is not set, the instantiated class name will be used as default. |
|
49 | + * @param array|integer|string $isOptionKey (optional) specifies the option key name to store in the options table. If this is not set, the instantiated class name will be used as default. |
|
50 | 50 | * [3.5.9+] If an integer is given, a transient will be used. If an array of option key arguments is given, the argument values will be set to the framework properties. |
51 | 51 | * - type - either `options_table` or `transient`. |
52 | 52 | * - key - the option key or the transient key |
@@ -85,6 +85,7 @@ discard block |
||
85 | 85 | /** |
86 | 86 | * Returns the script caller path. |
87 | 87 | * @remark It is important to find the caller script path here when separating the library into multiple files. |
88 | + * @param string|null $sCallerPath |
|
88 | 89 | * @return null|string |
89 | 90 | * @since 3.8.2 |
90 | 91 | */ |