mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 17:44:25 +00:00
73eb2c9cd48edb147b2a6939b269e650e74b4932
_wp_upload_dir_baseurl().
`_wp_upload_dir_baseurl()` is a private function introduced in 4.4 as part of the "responsive images" feature. It was for runtime caching of the URL to the uploads directory. It is deprecated in 4.5 with the introduction of `wp_get_upload_dir()`. Outside core, it's only used as part of a back-compat shim in the original feature plugin for responsive images (ricg-responsive-images), which includes its own version of the function definition, so it's safe to remove from core. Fixes #36375. git-svn-id: https://develop.svn.wordpress.org/trunk@37676 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%