mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 11:14:36 +00:00
Docs: Apply inline @see tags to hooks referenced in DocBlocks in a variety of wp-includes/* files.
Applying these specially-crafted `@see` tags allows the Code Reference parser to recognize and link these elements as actions and filters. See #36921. git-svn-id: https://develop.svn.wordpress.org/trunk@37543 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -47,11 +47,11 @@ function _wp_scripts_maybe_doing_it_wrong( $function ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Print scripts in document head that are in the $handles queue.
|
||||
* Prints scripts in document head that are in the $handles queue.
|
||||
*
|
||||
* Called by admin-header.php and wp_head hook. Since it is called by wp_head on every page load,
|
||||
* Called by admin-header.php and {@see 'wp_head'} hook. Since it is called by wp_head on every page load,
|
||||
* the function does not instantiate the WP_Scripts object unless script names are explicitly passed.
|
||||
* Makes use of already-instantiated $wp_scripts global if present. Use provided wp_print_scripts
|
||||
* Makes use of already-instantiated $wp_scripts global if present. Use provided {@see 'wp_print_scripts'}
|
||||
* hook to register/enqueue new scripts.
|
||||
*
|
||||
* @see WP_Scripts::do_items()
|
||||
|
||||
Reference in New Issue
Block a user