Make WordPress Core

Changeset 50912


Ignore:
Timestamp:
05/13/2021 12:52:46 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Clarify the @since note for unlink-homepage-logo in get_custom_logo().

This should make it clearer that the value applies to the custom-logo theme feature.

Follow-up to [48039], [48283], [48749], [48757], [48758], [48832].

Props joyously.
See #51075, #52628.

File:
1 edited

Legend:

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

    r50663 r50912  
    10071007 *
    10081008 * @since 4.5.0
    1009  * @since 5.5.0 Added option to remove the link on the home page with `unlink-homepage-logo` theme support.
     1009 * @since 5.5.0 Added option to remove the link on the home page with `unlink-homepage-logo` theme support
     1010 *              for the `custom-logo` theme feature.
    10101011 * @since 5.5.1 Disabled lazy-loading by default.
    10111012 *
Note: See TracChangeset for help on using the changeset viewer.