Changeset 8228
- Timestamp:
- 02/12/2019 07:28:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
r7698 r8228 260 260 * @todo optimize the get_tax_query part. 261 261 * 262 * @global wpdb $wpdb WordPress database abstraction object. 263 * 262 264 * @param string $search 263 265 * @param WP_Query $query … … 314 316 * search. Make sure this filter runs only once per WP_Query request. 315 317 * 318 * @global wpdb $wpdb WordPress database abstraction object. 319 * 316 320 * @param string $join 317 321 * @param WP_Query $query … … 337 341 * search query matches content and one or more taxonomies. 338 342 * This filter glues all duplicates. Use only once per WP_Query. 343 * 344 * @global wpdb $wpdb WordPress database abstraction object. 339 345 * 340 346 * @param string $group_by … … 467 473 /** 468 474 * Renders the video or a video thumbnail 475 * 476 * @global WP_Post $post 477 * @global $originalcontent 469 478 * 470 479 * @param bool $thumb … … 540 549 * Outputs the video image 541 550 * 551 * @global WP_Post $post 552 * 542 553 * @param int $h 543 554 * @param int $w … … 594 605 /** 595 606 * Removes shortcodes from $originalcontent global 607 * 608 * @global $originalcontent 596 609 * 597 610 * @param string $content … … 784 797 * in head of document, based on current view. 785 798 * 799 * @global $paged 800 * @global $page 801 * 802 * 786 803 * @param string $title Default title text for current view. 787 804 * @param string $sep Optional separator.
Note: See TracChangeset
for help on using the changeset viewer.