From d8a6dee52cf7e5f2ac5fcabfc1b9b4291655d463 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 13 Jul 2016 19:22:28 +0000 Subject: [PATCH] Docs: Update a cross-reference in the DocBlock for `wp_register_plugin_realpath()` from `plugin_basename()` to `wp_normalize_path()`. Props zuige. Fixes #37357. Built from https://develop.svn.wordpress.org/trunk@38061 git-svn-id: http://core.svn.wordpress.org/trunk@38002 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/plugin.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.