Skip to content

Commit

Permalink
Add context to deprecated function docblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Dec 9, 2024
1 parent 93d6e51 commit 4a993c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/deprecated.php
Original file line number Diff line number Diff line change
Expand Up @@ -6316,7 +6316,7 @@ function wp_interactivity_process_directives_of_interactive_blocks( array $parse
* Gets the global styles custom CSS from theme.json.
*
* @since 6.2.0
* @deprecated 6.7.0 Use {@see 'wp_get_global_stylesheet'} instead.
* @deprecated 6.7.0 Use {@see 'wp_get_global_stylesheet'} instead for top-level custom CSS, or {@see 'WP_Theme_JSON::get_styles_for_block'} for block-level custom CSS.
*
* @return string The global styles custom CSS.
*/
Expand Down

0 comments on commit 4a993c1

Please sign in to comment.