Changeset 8873
- Timestamp:
- 05/27/2019 03:51:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
r8458 r8873 133 133 /** 134 134 * Outputs <link rel="prev|next"> tags for archives. 135 * @global Pagination $paged 136 * @global WP_Query $wp_query 135 137 */ 136 138 function archive_link_rel_prev_next() { … … 772 774 * videos in the event. start_el does all the work and does not need end_el. 773 775 * 776 * @global WordPressTV_Theme $wptv 777 * 774 778 * @param string $output 775 779 * @param object $item … … 779 783 */ 780 784 function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) { 785 global $wptv; 781 786 782 787 // Skip if it's not an event item. … … 784 789 return; 785 790 } 786 787 global $wptv;788 791 789 792 // Use this query to fetch event videos.
Note: See TracChangeset
for help on using the changeset viewer.