Make WordPress Core

Ticket #39130: 39130.2.patch

File 39130.2.patch, 1.0 KB (added by keesiemeijer, 8 years ago)

improvements for /wp-includes/general-template.php

  • src/wp-includes/general-template.php

     
    808808        /**
    809809         * Filters the site icon URL.
    810810         *
    811          * @site 4.4.0
     811         * @since 4.4.0
    812812         *
    813813         * @param string $url     Site icon URL.
    814814         * @param int    $size    Size of the site icon.
     
    35453545         * will be used instead.
    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 );
    35533553