Make WordPress Core


Ignore:
Timestamp:
12/27/2016 09:27:38 AM (8 years ago)
Author:
johnbillion
Message:

Docs: Misc corrections and additions to inline documentation.

See #39130
Props keesiemeijer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r39638 r39639  
    35463546     *
    35473547     * @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'.
    35513551     */
    35523552    echo apply_filters( 'wp_admin_css', "<link rel='stylesheet' href='" . esc_url( wp_admin_css_uri( $file ) ) . "' type='text/css' />\n", $file );
Note: See TracChangeset for help on using the changeset viewer.