From 6bfe8458aab6568574cf2ea26aee98eab41f7894 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 13 Jul 2016 19:21:34 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@38061 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/plugin.php b/src/wp-includes/plugin.php index 17d98d9f7c..43a51ccbda 100644 --- a/src/wp-includes/plugin.php +++ b/src/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 *