[Bb-trac] Re: [bbPress] #786: pluggable should continue to support a
depracated bb_cookie
bbPress
bb-trac at lists.bbpress.org
Wed Apr 16 06:26:42 GMT 2008
#786: pluggable should continue to support a depracated bb_cookie
-------------------------+--------------------------------------------------
Reporter: _ck_ | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone: 1.0-beta & XML-RPC
Component: Back-end | Version: 0.9
Severity: normal | Resolution: wontfix
Keywords: |
-------------------------+--------------------------------------------------
Changes (by sambauers):
* status: new => closed
* version: => 0.9
* resolution: => wontfix
Comment:
I don't think we'll bring bb_cookie() back. It was rewritten by a couple
of plugins perhaps, but they'll just have to work out how to do it again
using the new methods. At least it forces them to test against 0.9
I don't think we can forget about changing wp_set_auth_cookie() too. It's
easy enough to use strtotime() in there...
{{{
wp_set_auth_cookie($user->ID, strtotime('+2 years'));
}}}
--
Ticket URL: <http://trac.bbpress.org/ticket/786#comment:2>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list