Plugins Browser: Replace the download count with the number of Active installs of the plugin.

Fixes #31865

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


git-svn-id: http://core.svn.wordpress.org/trunk@31969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse
2015-04-02 23:49:27 +00:00
parent 213fd6fd24
commit 02403eadd1
3 changed files with 28 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta3-31989';
$wp_version = '4.2-beta3-31990';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.