From 14d4060c4e9a7cf565a1a7edc3a653be8537d4d7 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 30 Mar 2016 15:28:17 +0000 Subject: [PATCH] Docs: Ignore `_wp_upload_dir_baseurl()` from parsing for the Code Reference. See #36371. git-svn-id: https://develop.svn.wordpress.org/trunk@37114 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/deprecated.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/deprecated.php b/src/wp-includes/deprecated.php index 2e7f2abe6f..f79761ba26 100644 --- a/src/wp-includes/deprecated.php +++ b/src/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()