mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Coding Standards: Reformat some long apply_filters_deprecated() and do_action_deprecated() calls for better readability.
See #49542. git-svn-id: https://develop.svn.wordpress.org/trunk@48167 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1325,7 +1325,13 @@ function wp_blocklist_check( $author, $email, $url, $comment, $user_ip, $user_ag
|
||||
* @param string $user_ip Comment author's IP address.
|
||||
* @param string $user_agent Comment author's browser user agent.
|
||||
*/
|
||||
do_action_deprecated( 'wp_blacklist_check', array( $author, $email, $url, $comment, $user_ip, $user_agent ), '5.5.0', 'wp_blocklist_check', __( 'Please consider writing more inclusive code.' ) );
|
||||
do_action_deprecated(
|
||||
'wp_blacklist_check',
|
||||
array( $author, $email, $url, $comment, $user_ip, $user_agent ),
|
||||
'5.5.0',
|
||||
'wp_blocklist_check',
|
||||
__( 'Please consider writing more inclusive code.' )
|
||||
);
|
||||
|
||||
/**
|
||||
* Fires before the comment is tested for disallowed characters or words.
|
||||
|
||||
Reference in New Issue
Block a user