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
This commit is contained in:
Sergey Biryukov 2014-10-30 18:35:28 +00:00
parent b823b2f3c1
commit 94fa6e1615
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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.