Add deprecated notice and removal warning to _wp_upload_dir_baseurl().

Props DrewAPicture, azaozz.
Fixes #36371.
Built from https://develop.svn.wordpress.org/trunk@37112


git-svn-id: http://core.svn.wordpress.org/trunk@37079 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2016-03-30 15:10:27 +00:00
parent 6a3acea8b5
commit bfd19e92f5
2 changed files with 5 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-RC1-37103';
$wp_version = '4.5-RC1-37112';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.