Make WordPress Core

Changeset 39676


Ignore:
Timestamp:
01/04/2017 01:43:40 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the DocBlock for get_header_video_url().

Props keesiemeijer.
Fixes #39468.

File:
1 edited

Legend:

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

    r39561 r39676  
    13261326}
    13271327
    1328 /* Retrieve header video URL for custom header.
    1329  *
    1330  * Uses a local video if present, or falls back to an external video. Returns false if there is no video.
     1328/**
     1329 * Retrieve header video URL for custom header.
     1330 *
     1331 * Uses a local video if present, or falls back to an external video.
    13311332 *
    13321333 * @since 4.7.0
    13331334 *
    1334  * @return string|false
     1335 * @return string|false Header video URL or false if there is no video.
    13351336 */
    13361337function get_header_video_url() {
Note: See TracChangeset for help on using the changeset viewer.