From 1a75c1d33f5ae3cf73b6d32c9c4829ad9fda283a Mon Sep 17 00:00:00 2001 From: Cooper Dalrymple Date: Wed, 21 May 2025 17:47:14 -0500 Subject: [PATCH] Fix textdomain deprecation --- ogre-schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogre-schema.php b/ogre-schema.php index 0db2b2c..d85ac33 100644 --- a/ogre-schema.php +++ b/ogre-schema.php @@ -34,7 +34,7 @@ class Plugin extends PluginBase { parent::__construct(__FILE__); $this->add_requirement('advanced-custom-fields', [ - 'name' => __('Advanced Custom Fields PRO', $this->get_textdomain()), + 'name' => 'Advanced Custom Fields PRO', 'url' => 'https://www.advancedcustomfields.com/', 'type' => self::REQUIREMENT_PLUGIN, 'plugin' => 'advanced-custom-fields-pro/acf.php',