There's a minor problem with the printf statement on line 408 of wp-cache.php. The %{HTTP:Cookie} needs to be %%{HTTP:Cookie} so the % is escaped. Right now, item 3 in that bullet list doesn't print because printf is looking for another argument.
There's a minor problem with the printf statement on line 408 of wp-cache.php. The %{HTTP:Cookie} needs to be %%{HTTP:Cookie} so the % is escaped. Right now, item 3 in that bullet list doesn't print because printf is looking for another argument.
Thanks, will fix that for the next release!
Actually, just checked and it's fixed in trunk already.
This topic has been closed to new replies.