-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Description
Hello.
This line appears to be incorrectly formatted:
Line 264 in c7ed209
| echo sprintf( wp_kses_post( __( 'We\'ve pushed a major update on both <b>WP User Frontend Free</b> and <b>WP User Frontend Pro</b> that requires you to use latest version of both. Please update the WPUF pro to the latest version. <br><strong>Please make sure to take a complete backup of your site before updating.</strong>', 'wp-user-frontend' ), '<a target="_blank" href="https://wordpress.org/plugins/wp-user-frontend/">', '</a>' ) ); |
It looks like this line isn’t formatted correctly. The wp_kses_post() function only accepts one parameter, so the additional arguments passed to sprintf() are ignored. As a result, the string isn’t being processed as intended. Could you review and adjust the formatting?
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels