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
This commit is contained in:
Drew Jaynes 2016-07-13 19:22:28 +00:00
parent 2dd43ea9b1
commit d8a6dee52c
2 changed files with 2 additions and 2 deletions

View File

@ -753,7 +753,7 @@ function plugin_basename( $file ) {
*
* @since 3.9.0
*
* @see plugin_basename()
* @see wp_normalize_path()
*
* @global array $wp_plugin_paths
*

View File

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