mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +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:
@@ -62,7 +62,7 @@ window.wp = window.wp || {};
|
||||
userInputBlacklist : function() {
|
||||
window.console.log(
|
||||
sprintf(
|
||||
/* translators: 1: Deprecated JSfunction name, 2: Version number, 3: Alternative function name. */
|
||||
/* translators: 1: Deprecated function name, 2: Version number, 3: Alternative function name. */
|
||||
__( '%1$s is deprecated since version %2$s! Use %3$s instead. Please consider writing more inclusive code.' ),
|
||||
'wp.passwordStrength.userInputBlacklist()',
|
||||
'5.5.0',
|
||||
|
||||
Reference in New Issue
Block a user