Changeset 48124
- Timestamp:
- 06/22/2020 07:07:57 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/wp/password-strength-meter.js
r48121 r48124 54 54 * 55 55 * @since 3.7.0 56 * @deprecated 5.5.0 Use {@see 'userInput BlockList()'} instead.56 * @deprecated 5.5.0 Use {@see 'userInputDisallowedList()'} instead. 57 57 * 58 58 * @return {string[]} The array of words to be disallowed. … … 60 60 userInputBlacklist : function() { 61 61 wp.deprecated( 'wp.passwordStrength.userInputBlacklist()', { 62 version: '5.5.0',63 62 alternative: 'wp.passwordStrength.userInputDisallowedList()', 64 63 plugin: 'WordPress', -
trunk/tests/phpunit/tests/admin/includesSchema.php
r48121 r48124 160 160 ), 161 161 array( 162 // This option disallowed and should never exist.162 // This option is disallowed and should never exist. 163 163 'use_quicktags' => false, 164 164 ),
Note: See TracChangeset
for help on using the changeset viewer.