From 61196c4862b172832669d4e4036f8e8aabaa72a3 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 27 Sep 2015 22:07:24 +0000 Subject: [PATCH] Docs: Update the DocBlock summary for `plugins_api()` to reflect the "WordPress.org" Plugins API. See #34035. Built from https://develop.svn.wordpress.org/trunk@34642 git-svn-id: http://core.svn.wordpress.org/trunk@34606 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/plugin-install.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/plugin-install.php b/wp-admin/includes/plugin-install.php index 5599f9fc4d..aeea238c69 100644 --- a/wp-admin/includes/plugin-install.php +++ b/wp-admin/includes/plugin-install.php @@ -7,7 +7,7 @@ */ /** - * Retrieves plugin installer pages from WordPress Plugins API. + * Retrieves plugin installer pages from the WordPress.org Plugins API. * * It is possible for a plugin to override the Plugin API result with three * filters. Assume this is for plugins, which can extend on the Plugin Info to diff --git a/wp-includes/version.php b/wp-includes/version.php index 2873dd488c..1d469e4f88 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34641'; +$wp_version = '4.4-alpha-34642'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.