@@ -22,6 +22,7 @@ |
||
| 22 | 22 | * |
| 23 | 23 | * @since 2.0.0 |
| 24 | 24 | * @since 3.5.7 Moved from `AdminPageFramework_Utility`. |
| 25 | + * @param string $sQueryKey |
|
| 25 | 26 | * @return string|null |
| 26 | 27 | */ |
| 27 | 28 | static public function getQueryValueInURLByKey( $sURL, $sQueryKey ) { |
@@ -332,7 +332,7 @@ |
||
| 332 | 332 | * Retrieves the saved option value from the options table |
| 333 | 333 | * with the given option key, field ID, and section ID by giving a function name. |
| 334 | 334 | * |
| 335 | - * @param $sOptionKey |
|
| 335 | + * @param string $sOptionKey |
|
| 336 | 336 | * @param null $asKey |
| 337 | 337 | * @param null $vDefault |
| 338 | 338 | * @param array $aAdditionalOptions |