Docs: Add @since to wp_enqueue_classic_theme_styles() docblock.

Follow-up to [54358].

Props kebbet.
See #55646.

git-svn-id: https://develop.svn.wordpress.org/trunk@54359 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
David Baumwald 2022-09-29 19:14:00 +00:00
parent 81d5f405ff
commit 68134e22c1

View File

@ -3645,6 +3645,8 @@ function _wp_theme_json_webfonts_handler() {
* Loads classic theme styles on classic themes.
*
* This is needed for backwards compatibility for button blocks specifically.
*
* @since 6.1.0
*/
function wp_enqueue_classic_theme_styles() {
if ( ! wp_is_block_theme() ) {