AceIDE / editor

Fork of the WPide ACE editor plugin for WordPress
GNU General Public License v3.0
22 stars 12 forks source link

Use of deprecated WordPress function get_currentuserinfo #7

Closed shanept closed 7 years ago

shanept commented 7 years ago

WordPress deprecated the get_currentuserinfo function as of WordPress 4.5, in favour of wp_get_current_user, which is been in core since well before the minimum supported version of this plugin.

The deprecated function is currently used twice in FileOps::save_file.