Changeset 39676
- Timestamp:
- 01/04/2017 01:43:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r39561 r39676 1326 1326 } 1327 1327 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. 1331 1332 * 1332 1333 * @since 4.7.0 1333 1334 * 1334 * @return string|false 1335 * @return string|false Header video URL or false if there is no video. 1335 1336 */ 1336 1337 function get_header_video_url() {
Note: See TracChangeset
for help on using the changeset viewer.