Ticket #7140 (closed defect (bug): fixed)
Typo in functions.php,
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
/wp-includes/functions.php contains an excess 'd' in $old_forcded (sic!) on line #1776, rendering the sequence which is supposed to return the old state of the '$force' flag useless.
$old_forcded = $forced;
Change History
Note: See
TracTickets for help on using
tickets.

(In [8087]) Make sure force_ssl_login and force_ssl_admin work as designed. Fixes #7140 props wet.