mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-20 03:04:27 +00:00
Docs: Misc corrections and additions to inline documentation.
See #39130 Props keesiemeijer git-svn-id: https://develop.svn.wordpress.org/trunk@39639 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3545,9 +3545,9 @@ function wp_admin_css( $file = 'wp-admin', $force_echo = false ) {
|
||||
* will be used instead.
|
||||
*
|
||||
* @since 2.3.0
|
||||
*
|
||||
* @param string $file Style handle name or filename (without ".css" extension)
|
||||
* relative to wp-admin/. Defaults to 'wp-admin'.
|
||||
* @param string $stylesheet_link HTML link element for the stylesheet.
|
||||
* @param string $file Style handle name or filename (without ".css" extension)
|
||||
* relative to wp-admin/. Defaults to 'wp-admin'.
|
||||
*/
|
||||
echo apply_filters( 'wp_admin_css', "<link rel='stylesheet' href='" . esc_url( wp_admin_css_uri( $file ) ) . "' type='text/css' />\n", $file );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user