mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
1edaf1c357
commit
9e4415bc5f
@ -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()
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user