#60870 closed defect (bug) (fixed)
small typo in deprecated.php file
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | trivial | Version: | 2.3 |
Component: | General | Keywords: | has-patch commit has-unit-tests |
Focuses: | docs | Cc: |
Description
Small typo correction in wp-includes/deprecated.php file inline comments (Line no 2637)
santization
It should be sanitization
Attachments (1)
Change History (12)
#2
@
16 months ago
- Keywords commit added
- Milestone changed from Awaiting Review to 6.6
- Version set to 3.3
Good catch, introduced in [18597] / #15458.
60870.patch Look good and ready for commit.
#3
@
16 months ago
- Version changed from 3.3 to 2.3
The sanitize_user_object()
function was deprecated in 3.3, but the function and its description were part of [11929].
#4
@
16 months ago
Also, a similar typo of "santize" is in two unit test names in tests/phpunit/tests/fonts/font-library/wpRestFontFamiliesController.php
.
test_create_item_santize_font_family_settings()
test_update_item_santize_font_family_settings()
This ticket was mentioned in PR #6340 on WordPress/wordpress-develop by @mukesh27.
16 months ago
#5
- Keywords has-unit-tests added
Trac ticket: https://core.trac.wordpress.org/ticket/60870
This ticket was mentioned in PR #6341 on WordPress/wordpress-develop by @audrasjb.
16 months ago
#7
@audrasjb commented on PR #6340:
16 months ago
#10
committed in https://core.trac.wordpress.org/changeset/57909
@audrasjb commented on PR #6341:
16 months ago
#11
committed in https://core.trac.wordpress.org/changeset/57909
Patch Added