Ticket #14870: 14870.2.patch

File 14870.2.patch, 699 bytes (added by hakre, 3 years ago)

Documentation problem.

  • wp-includes/general-template.php

     
    20772077 * @since 2.3.0 
    20782078 * @uses $wp_styles WordPress Styles Object 
    20792079 * 
    2080  * @param string $file Style handle name or file name (without ".css" extension) relative to wp-admin/ 
     2080 * @param string $file Optional. Style handle name or file name (without ".css" extension) relative to wp-admin/ 
    20812081 * @param bool $force_echo Optional.  Force the stylesheet link to be printed rather than enqueued. 
    20822082 */ 
    20832083function wp_admin_css( $file = 'wp-admin', $force_echo = false ) {