diff --git a/wp-includes/plugin.php b/wp-includes/plugin.php index 17d98d9f7c..43a51ccbda 100644 --- a/wp-includes/plugin.php +++ b/wp-includes/plugin.php @@ -753,7 +753,7 @@ function plugin_basename( $file ) { * * @since 3.9.0 * - * @see plugin_basename() + * @see wp_normalize_path() * * @global array $wp_plugin_paths * diff --git a/wp-includes/version.php b/wp-includes/version.php index ae0c1cee36..556c3f04e6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta3-38060'; +$wp_version = '4.6-beta3-38061'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.