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.