Merged in feature/314-dev-dev01 (pull request #24)

auto-patch  314-dev-dev01-2024-01-25T04_09_02

* auto-patch  314-dev-dev01-2024-01-25T04_09_02
This commit is contained in:
Tony Volpe
2024-01-25 04:11:47 +00:00
parent 6b67473553
commit 68dbe860e9
540 changed files with 3445 additions and 2131 deletions

View File

@@ -15,42 +15,42 @@ class WPSEO_Admin_Asset {
*
* @var string
*/
const TYPE_JS = 'js';
public const TYPE_JS = 'js';
/**
* Constant used to identify file type as a CSS file.
*
* @var string
*/
const TYPE_CSS = 'css';
public const TYPE_CSS = 'css';
/**
* The name option identifier.
*
* @var string
*/
const NAME = 'name';
public const NAME = 'name';
/**
* The source option identifier.
*
* @var string
*/
const SRC = 'src';
public const SRC = 'src';
/**
* The dependencies option identifier.
*
* @var string
*/
const DEPS = 'deps';
public const DEPS = 'deps';
/**
* The version option identifier.
*
* @var string
*/
const VERSION = 'version';
public const VERSION = 'version';
/* Style specific. */
@@ -59,14 +59,14 @@ class WPSEO_Admin_Asset {
*
* @var string
*/
const MEDIA = 'media';
public const MEDIA = 'media';
/**
* The rtl option identifier.
*
* @var string
*/
const RTL = 'rtl';
public const RTL = 'rtl';
/* Script specific. */
@@ -75,7 +75,7 @@ class WPSEO_Admin_Asset {
*
* @var string
*/
const IN_FOOTER = 'in_footer';
public const IN_FOOTER = 'in_footer';
/**
* Asset identifier.