From 4835f7e8171f31b38a4993550ec506bedb6e6342 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 30 Jul 2017 15:43:42 +0000 Subject: [PATCH] Docs: Add a missing description for the `$wpdb` global notation in the DocBlock for `WP_Importer::stop_the_insanity()`. Props tejas5989. Fixes #41447. Built from https://develop.svn.wordpress.org/trunk@41194 git-svn-id: http://core.svn.wordpress.org/trunk@41034 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-importer.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-importer.php b/wp-admin/includes/class-wp-importer.php index 794fa5cf0d..3aa5e7b648 100644 --- a/wp-admin/includes/class-wp-importer.php +++ b/wp-admin/includes/class-wp-importer.php @@ -250,7 +250,7 @@ class WP_Importer { /** * Reset global variables that grow out of control during imports * - * @global wpdb $wpdb + * @global wpdb $wpdb WordPress database abstraction object. * @global array $wp_actions */ public function stop_the_insanity() { diff --git a/wp-includes/version.php b/wp-includes/version.php index 8ad03e1322..f5fda535c1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41193'; +$wp_version = '4.9-alpha-41194'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.