Implement 'Recently Active' functionality for network-wide plugins in the Network Admin.

Fixes #20468
Thanks to WordCamp RI attendees for testing!

Built from https://develop.svn.wordpress.org/trunk@34551


git-svn-id: http://core.svn.wordpress.org/trunk@34515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2015-09-25 19:16:27 +00:00
parent 6ebc79e80c
commit a729efa688
4 changed files with 53 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34550';
$wp_version = '4.4-alpha-34551';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.