Skip to content

This line appears to be incorrectly formatted #1785

@DAnn2012

Description

@DAnn2012

Hello.

This line appears to be incorrectly formatted:

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions