Opened 18 years ago
Closed 18 years ago
#7140 closed defect (bug) (fixed)
Typo in functions.php,
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | |
| Focuses: | 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;
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.