Changes between Initial Version and Version 1 of Ticket #38738, comment 11
- Timestamp:
- 11/12/2016 03:54:05 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38738, comment 11
initial v1 3 3 {{{#!php 4 4 function is_header_video_active() { 5 return apply_filters( 'is_header_video_active', '__return_true');5 return apply_filters( 'is_header_video_active', true ); 6 6 } 7 7 }}}