PluginProbe
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot / 4.2.6
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot v4.2.6
4.9.2 4.9.1 4.9.0 4.8.2 4.8.1 4.8.0 4.7.0 4.6.2 4.6.1 4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 4.5.1 4.5.0 4.4.1 4.4.0 3.3.4 3.4.0 3.4.1 3.4.2 3.5.0 3.5.1 All 200 releases
← All changes | includes/Traits/EditorHelper.php +0 -2 4.5.64.2.6 View file →
@@ -233,10 +233,8 @@
233 233 * @return void
234 234 */
235 235 protected function error( $key, $new_key ) {
236 236 if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) {
237 - // Developer-only deprecation notice; gated by WP_DEBUG so production never reaches it.
238 - // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_trigger_error
239 237 trigger_error(
240 238 sprintf(
241 239 '"<strong>%1$s</strong>" attribute used in a %4$s called "%2$s" is no longer supported and will be removed in a future version. Instead, you should use the attribute <strong>%3$s</strong>.',
242 240 esc_textarea( $key ), //to escape anything into strings