Changeset 3627 for branches/plugin/bbp-includes/bbp-forum-functions.php
- Timestamp:
- 11/20/2011 01:12:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-forum-functions.php
r3607 r3627 929 929 930 930 // Bail if $posts_query is not an object or of incorrect class 931 if ( !is_object( $posts_query ) || ( 'WP_Query' != get_class( $posts_query )) )931 if ( !is_object( $posts_query ) || !is_a( $posts_query, 'WP_Query' ) ) 932 932 return; 933 933
Note: See TracChangeset
for help on using the changeset viewer.