mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 04:34:31 +00:00
Docs: Consistently include an empty line between @since tag and @see, @link, or @global, per the documentation standards.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48067 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1971,6 +1971,7 @@ function wp_localize_community_events() {
|
||||
* the $_wp_admin_css_colors array value URL.
|
||||
*
|
||||
* @since 2.6.0
|
||||
*
|
||||
* @global array $_wp_admin_css_colors
|
||||
*
|
||||
* @param string $src Source URL.
|
||||
@@ -2183,7 +2184,7 @@ function wp_print_footer_scripts() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Wrapper for do_action('wp_enqueue_scripts')
|
||||
* Wrapper for do_action( 'wp_enqueue_scripts' ).
|
||||
*
|
||||
* Allows plugins to queue scripts for the front end using wp_enqueue_script().
|
||||
* Runs first in wp_head() where all is_home(), is_page(), etc. functions are available.
|
||||
|
||||
Reference in New Issue
Block a user