Changeset 5829 for trunk/src/includes/core/theme-compat.php
- Timestamp:
- 07/14/2015 12:46:38 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/theme-compat.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/theme-compat.php
r5827 r5829 536 536 // Reset post 537 537 bbp_theme_compat_reset_post( array( 538 'ID' => ! empty( $page->ID ) ? $page->ID : 0,538 'ID' => ! empty( $page->ID ) ? $page->ID : 0, 539 539 'post_title' => $new_title, 540 540 'post_author' => 0, … … 606 606 // Reset post 607 607 bbp_theme_compat_reset_post( array( 608 'ID' => ! empty( $page->ID ) ? $page->ID : 0,608 'ID' => ! empty( $page->ID ) ? $page->ID : 0, 609 609 'post_title' => bbp_get_topic_archive_title(), 610 610 'post_author' => 0, … … 877 877 878 878 // Filters exist in this priority 879 if ( ! empty( $priority ) && isset( $wp_filter[$tag][$priority] ) ) {879 if ( ! empty( $priority ) && isset( $wp_filter[$tag][$priority] ) ) { 880 880 881 881 // Store filters in a backup … … 929 929 930 930 // Filters exist in this priority 931 if ( ! empty( $priority ) && isset( $bbp->filters->wp_filter[$tag][$priority] ) ) {931 if ( ! empty( $priority ) && isset( $bbp->filters->wp_filter[$tag][$priority] ) ) { 932 932 933 933 // Store filters in a backup
Note: See TracChangeset
for help on using the changeset viewer.