Jonnyauk / Wonderflux

A free, professional Open Source theme framework for WordPress & BuddyPress. Download the latest stable release by clicking on the 'releases' tab. API documentation at http://wonderflux.com/guide or drop by the main site at
http://wonderflux.com
159 stars 46 forks source link

Replace get_currentuserinfo() in WordPress 4.5 (with backwards compat) #54

Closed Jonnyauk closed 8 years ago

Jonnyauk commented 8 years ago

get_currentuserinfo() has been replaced with wp_get_current_user() - need to provide backwards compatibility and test. It's only used in a handful of places so not a big job to complete ;)