Ticket #39130: 39130.2.patch
File 39130.2.patch, 1.0 KB (added by , 8 years ago) |
---|
-
src/wp-includes/general-template.php
808 808 /** 809 809 * Filters the site icon URL. 810 810 * 811 * @si te 4.4.0811 * @since 4.4.0 812 812 * 813 813 * @param string $url Site icon URL. 814 814 * @param int $size Size of the site icon. … … 3545 3545 * will be used instead. 3546 3546 * 3547 3547 * @since 2.3.0 3548 * 3549 * @param string $file Style handle name or filename (without ".css" extension)3550 * relative to wp-admin/. Defaults to 'wp-admin'.3548 * @param string $stylesheet_link HTML link element for the stylesheet. 3549 * @param string $file Style handle name or filename (without ".css" extension) 3550 * relative to wp-admin/. Defaults to 'wp-admin'. 3551 3551 */ 3552 3552 echo apply_filters( 'wp_admin_css', "<link rel='stylesheet' href='" . esc_url( wp_admin_css_uri( $file ) ) . "' type='text/css' />\n", $file ); 3553 3553