rebase on oct-10-2023

This commit is contained in:
Rachit Bhargava
2023-10-10 17:23:21 -04:00
parent d37566ffb6
commit d096058d7d
4789 changed files with 254611 additions and 307223 deletions

View File

@@ -35,7 +35,7 @@ class Constants {
/**
* Checks if a "constant" has been set in constants Manager
* and has the value of true
* and has a truthy value (e.g. not null, not false, not 0, any string).
*
* @param string $name The name of the constant.
*
@@ -80,7 +80,7 @@ class Constants {
/**
* Filters the value of the constant.
*
* @since 8.5.0
* @since 1.2.0
*
* @param null The constant value to be filtered. The default is null.
* @param String $name The constant name.