mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
In [41376] an inline script was added to push `idBases` for the custom html and text widgets. However, this script is not used unless the widget script is output in the widget screen / customizer. Deferring registering this script until it is needed, results in a faster server response times. Props spacedmonkey, sakibmd, flixos90, westonruter. Fixes #57864. git-svn-id: https://develop.svn.wordpress.org/trunk@55553 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| wpBlockThemeRegisterClassicSidebar.php | ||
| wpWidgetCustomHtml.php | ||
| wpWidgetMedia.php | ||
| wpWidgetMediaAudio.php | ||
| wpWidgetMediaGallery.php | ||
| wpWidgetMediaImage.php | ||
| wpWidgetMediaVideo.php | ||
| wpWidgetRss.php | ||
| wpWidgetText.php | ||