mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
Docs: Improve inline comments per the documentation standards.
Includes minor code layout fixes for better readability. See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47122 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -74,7 +74,7 @@ function wp_print_scripts( $handles = false ) {
|
||||
* @since 2.1.0
|
||||
*/
|
||||
do_action( 'wp_print_scripts' );
|
||||
if ( '' === $handles ) { // for wp_head
|
||||
if ( '' === $handles ) { // For 'wp_head'.
|
||||
$handles = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user