mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
User lowercase true, false, null instead of uppercase. Props c3mdigital, mfields. fixes #16302
git-svn-id: https://develop.svn.wordpress.org/trunk@19687 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2065,7 +2065,7 @@ function wp_admin_css_uri( $file = 'wp-admin' ) {
|
||||
* "Intelligently" decides to enqueue or to print the CSS file. If the
|
||||
* 'wp_print_styles' action has *not* yet been called, the CSS file will be
|
||||
* enqueued. If the wp_print_styles action *has* been called, the CSS link will
|
||||
* be printed. Printing may be forced by passing TRUE as the $force_echo
|
||||
* be printed. Printing may be forced by passing true as the $force_echo
|
||||
* (second) parameter.
|
||||
*
|
||||
* For backward compatibility with WordPress 2.3 calling method: If the $file
|
||||
|
||||
Reference in New Issue
Block a user