Make WordPress Core

Changeset 36975


Ignore:
Timestamp:
03/13/2016 09:13:50 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update default $size value for get_custom_logo filter after [36950].

Props wido.
See #33755.

File:
1 edited

Legend:

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

    r36950 r36975  
    913913     *
    914914     * @param string $html Custom logo HTML output.
    915      * @param string $size Size specified in add_theme_support declaration, or 'thumbnail' default.
     915     * @param string $size Size specified in add_theme_support declaration, or 'full' default.
    916916     */
    917917    return apply_filters( 'get_custom_logo', $html, $size );
Note: See TracChangeset for help on using the changeset viewer.