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
This commit is contained in:
Drew Jaynes 2016-03-30 15:29:26 +00:00
parent 1edaf1c357
commit 9e4415bc5f
2 changed files with 2 additions and 1 deletions

View File

@ -3741,6 +3741,7 @@ function popuplinks( $text ) {
* Returns the base URL of the uploads directory. * Returns the base URL of the uploads directory.
* Note: this function will be removed in 4.6. * Note: this function will be removed in 4.6.
* *
* @ignore
* @since 4.4.0 * @since 4.4.0
* @access private * @access private
* @deprecated 4.5.0 Use wp_get_upload_dir() * @deprecated 4.5.0 Use wp_get_upload_dir()

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.