From 94fa6e1615028dee1f782e24f892848edf2b62b3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 30 Oct 2014 18:35:28 +0000 Subject: [PATCH] Use correct file name in a hook comment. props wedi. fixes #30200. Built from https://develop.svn.wordpress.org/trunk@30117 git-svn-id: http://core.svn.wordpress.org/trunk@30117 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/plugins.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index 6e144c63e0..afc83bb425 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -151,7 +151,7 @@ if ( $action ) { include( WP_PLUGIN_DIR . '/' . $plugin ); } plugin_sandbox_scrape( $plugin ); - /** This action is documented in wp-admin/includes/plugins.php */ + /** This action is documented in wp-admin/includes/plugin.php */ do_action( "activate_{$plugin}" ); exit; diff --git a/wp-includes/version.php b/wp-includes/version.php index 9ddc9433d5..55b4d181af 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30116'; +$wp_version = '4.1-alpha-30117'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.