Opened 18 years ago
Closed 18 years ago
#7140 closed defect (bug) (fixed)
Typo in functions.php,
| Reported by: | wet | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [8087]) Make sure force_ssl_login and force_ssl_admin work as designed. Fixes #7140 props wet.