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:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user