mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Small inline documentation corrections following [48121].
Also, remove the `version` argument from the `wp.deprecated()` call in `password-strength-meter.js`. This argument is for specifying the version a feature will be removed, not when the feature was removed. Props hareesh-pillai. Fixes #50413. git-svn-id: https://develop.svn.wordpress.org/trunk@48124 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -159,7 +159,7 @@ class Tests_Admin_Includes_Schema extends WP_UnitTestCase {
|
||||
'use_quicktags' => '1',
|
||||
),
|
||||
array(
|
||||
// This option disallowed and should never exist.
|
||||
// This option is disallowed and should never exist.
|
||||
'use_quicktags' => false,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user