Commit a50a4ef
committed
Login and Registration: Check that
This prevents a fatal error from `trim()` if an array is passed instead.
Follow-up to [6643], [19056], [41782], [50129], [50140], [59595].
Props leedxw, dilipbheda, mukesh27, SergeyBiryukov.
Fixes #63433.
git-svn-id: https://develop.svn.wordpress.org/trunk@60240 602fd350-edb4-49c9-b593-d223f7449a82$_POST value is a string in retrieve_password().1 parent 8b466fc commit a50a4ef
File tree
2 files changed
+20
-1
lines changed- src/wp-includes
- tests/phpunit/tests/user
2 files changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3172 | 3172 | | |
3173 | 3173 | | |
3174 | 3174 | | |
3175 | | - | |
| 3175 | + | |
3176 | 3176 | | |
3177 | 3177 | | |
3178 | 3178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
90 | 109 | | |
0 commit comments