Docs: Update a cross-reference in the DocBlock for `wp_register_plugin_realpath()` from `plugin_basename()` to `wp_normalize_path()`.

Props zuige.
Fixes #37357.


git-svn-id: https://develop.svn.wordpress.org/trunk@38061 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-07-13 19:21:34 +00:00
parent f71e683061
commit 6bfe8458aa
1 changed files with 1 additions and 1 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
*