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:
Jonathan Desrosiers
2020-06-22 19:07:57 +00:00
parent 52b1c0c9d3
commit 517c27e297
2 changed files with 2 additions and 3 deletions

View File

@@ -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,
),
),