Files
wordpress-develop/tests/phpunit/tests
Pascal Birchler c7ae3fb3ee Users: Deprecate the get_currentuserinfo() pluggable function.
It encourages an ugly pattern like `global $userdata; get_currentuserinfo();` in plugins/themes. `wp_get_current_user()` should be used instead, e.g. `$current_user = wp_get_current_user();`.

Props scribu for initial patch.
Fixes #19615.

git-svn-id: https://develop.svn.wordpress.org/trunk@36311 602fd350-edb4-49c9-b593-d223f7449a82
2016-01-15 10:15:21 +00:00
..
2013-12-01 12:47:35 +00:00
2015-12-21 07:09:43 +00:00
2015-11-11 22:04:59 +00:00
2014-08-01 20:35:25 +00:00