PluginProbe
Yoast SEO – Advanced SEO with real-time guidance and built-in AI / 28.5
Yoast SEO – Advanced SEO with real-time guidance and built-in AI v28.5
28.5 28.4 28.3 28.2 28.1 28.0 27.9 27.8 27.7 27.6 27.5 trunk 18.0 18.1 18.2 18.3 18.4 18.4.1 18.5 18.5.1 18.6 18.7 18.8 18.9 19.0 All 129 releases
← All changes | admin/class-admin-help-panel.php +2 -2 18.328.5 View file →
@@ -69,9 +69,9 @@
69 69
70 70 return sprintf(
71 71 ' <button type="button" class="yoast_help yoast-help-button dashicons" id="%1$s-help-toggle" aria-expanded="false" aria-controls="%1$s-help"><span class="yoast-help-icon" aria-hidden="true"></span><span class="screen-reader-text">%2$s</span></button>',
72 72 esc_attr( $this->id ),
73 - $this->help_button_text
73 + $this->help_button_text,
74 74 );
75 75 }
76 76
77 77 /**
@@ -97,8 +97,8 @@
97 97 '%1$s<p id="%2$s-help" class="yoast-help-panel">%3$s</p>%4$s',
98 98 $wrapper_start,
99 99 esc_attr( $this->id ),
100 100 $this->help_content,
101 - $wrapper_end
101 + $wrapper_end,
102 102 );
103 103 }
104 104 }