From 9e4415bc5fd41883389e376f1637f12d90656df4 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 30 Mar 2016 15:29:26 +0000 Subject: [PATCH] Docs: Ignore `_wp_upload_dir_baseurl()` from parsing for the Code Reference. See #36371. Built from https://develop.svn.wordpress.org/trunk@37114 git-svn-id: http://core.svn.wordpress.org/trunk@37081 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/deprecated.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index 2e7f2abe6f..f79761ba26 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -3741,6 +3741,7 @@ function popuplinks( $text ) { * Returns the base URL of the uploads directory. * Note: this function will be removed in 4.6. * + * @ignore * @since 4.4.0 * @access private * @deprecated 4.5.0 Use wp_get_upload_dir() diff --git a/wp-includes/version.php b/wp-includes/version.php index f601b8e5aa..5fd0e7d856 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-RC1-37113'; +$wp_version = '4.5-RC1-37114'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.