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

@@ -7,7 +7,7 @@ namespace Yoast\WP\SEO\Values\Indexables;
*/
class Indexable_Builder_Versions {
const DEFAULT_INDEXABLE_BUILDER_VERSION = 1;
public const DEFAULT_INDEXABLE_BUILDER_VERSION = 1;
/**
* The list of indexable builder versions defined by Yoast SEO Free.

View File

@@ -25,6 +25,8 @@ class Images extends Base_Images {
* @codeCoverageIgnore - Is handled by DI-container.
*
* @param Open_Graph_Image_Helper $open_graph_image Image helper for Open Graph.
*
* @return void
*/
public function set_helpers( Open_Graph_Image_Helper $open_graph_image ) {
$this->open_graph_image = $open_graph_image;