|
@@ -14,9 +14,9 @@ |
|
14
|
14
|
* The option where data will be stored. |
|
15
|
15
|
* |
|
16
|
16
|
* @var string |
|
17
|
17
|
*/ |
|
18
|
|
- const OPTION_WPSEO_GSC = 'wpseo-gsc'; |
|
18
|
+ public const OPTION_WPSEO_GSC = 'wpseo-gsc'; |
|
19
|
19
|
|
|
20
|
20
|
/** |
|
21
|
21
|
* Outputs the HTML for the redirect page. |
|
22
|
22
|
* |