From 7cadbb50bf6fba5c4733c9a79b5571273db00a38 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 24 May 2019 01:02:51 +0000 Subject: [PATCH] Docs: Fix incorrect `@see` notation in `wp_localize_script()` DocBlock. Props coffee2code, shamim51. Fixes #47104. Built from https://develop.svn.wordpress.org/trunk@45392 git-svn-id: http://core.svn.wordpress.org/trunk@45203 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.wp-scripts.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/functions.wp-scripts.php b/wp-includes/functions.wp-scripts.php index 2e99067f90..e37d26727f 100644 --- a/wp-includes/functions.wp-scripts.php +++ b/wp-includes/functions.wp-scripts.php @@ -176,7 +176,7 @@ function wp_register_script( $handle, $src, $deps = array(), $ver = false, $in_f * ... * } * - * @see WP_Dependencies::localize() + * @see WP_Scripts::localize() * @link https://core.trac.wordpress.org/ticket/11520 * @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts. * diff --git a/wp-includes/version.php b/wp-includes/version.php index fe8b1021d5..792dc2bb40 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45391'; +$wp_version = '5.3-alpha-45392'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.