| @@ -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 | } |