| @@ -18,9 +18,9 @@ | ||
| 18 | 18 | parent::__construct( |
| 19 | 19 | \sprintf( |
| 20 | 20 | /* translators: %s is the reason given by WordPress. */ |
| 21 | 21 | \esc_html__( 'The term is considered invalid. The following reason was given by WordPress: %s', 'wordpress-seo' ), |
| 22 | - $reason | |
| 23 | - ) | |
| 22 | + $reason, | |
| 23 | + ), | |
| 24 | 24 | ); |
| 25 | 25 | } |
| 26 | 26 | } |