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:
parent
b823b2f3c1
commit
94fa6e1615
|
@ -151,7 +151,7 @@ if ( $action ) {
|
||||||
include( WP_PLUGIN_DIR . '/' . $plugin );
|
include( WP_PLUGIN_DIR . '/' . $plugin );
|
||||||
}
|
}
|
||||||
plugin_sandbox_scrape( $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}" );
|
do_action( "activate_{$plugin}" );
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue