[buddypress-trac] [BuddyPress Trac] #6721: Remove PHP4 Constructor backcompat method from BP_Groups_Widget class
buddypress-trac
noreply at wordpress.org
Tue Nov 10 13:48:55 UTC 2015
#6721: Remove PHP4 Constructor backcompat method from BP_Groups_Widget class
-------------------------+-----------------------------
Reporter: tw2113 | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: API | Version:
Severity: normal | Keywords: good-first-bug
-------------------------+-----------------------------
Not sure we need this any more.
{{{
/**
* PHP4 constructor
*
* For backward compatibility only
*/
function bp_groups_widget() {
$this->_construct();
}
}}}
Plus not seeing the _construct() method in the class anyway.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6721>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list