Ticket #14870: 14870.2.patch
| File 14870.2.patch, 699 bytes (added by hakre, 3 years ago) |
|---|
-
wp-includes/general-template.php
2077 2077 * @since 2.3.0 2078 2078 * @uses $wp_styles WordPress Styles Object 2079 2079 * 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/ 2081 2081 * @param bool $force_echo Optional. Force the stylesheet link to be printed rather than enqueued. 2082 2082 */ 2083 2083 function wp_admin_css( $file = 'wp-admin', $force_echo = false ) {
