Make WordPress Core

Changeset 32048


Ignore:
Timestamp:
04/05/2015 05:10:12 PM (10 years ago)
Author:
DrewAPicture
Message:

Add a missing return description for has_header_image().

See [31224]. See #31888.

File:
1 edited

Legend:

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

    r31704 r32048  
    10401040 * @since 4.2.0
    10411041 *
    1042  * @return bool
     1042 * @see get_header_image()
     1043 *
     1044 * @return bool Whether a header image is set or not.
    10431045 */
    10441046function has_header_image() {
Note: See TracChangeset for help on using the changeset viewer.