mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
81d5f405ff
commit
68134e22c1
@ -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() ) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user