Changeset 3516 for branches/plugin/bbp-includes/bbp-common-functions.php
- Timestamp:
- 09/16/2011 11:41:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-common-functions.php
r3515 r3516 337 337 */ 338 338 function bbp_fix_post_author( $data = array(), $postarr = array() ) { 339 global $bbp;340 339 341 340 // Post is not being updated or the post_author is already 0, return … … 657 656 */ 658 657 function bbp_view_query( $view = '', $new_args = '' ) { 659 global $bbp;660 658 661 659 if ( !$view = bbp_get_view_id( $view ) ) … … 685 683 global $bbp; 686 684 687 if ( !$views = bbp_get_view_id( $view ) ) 685 $views = bbp_get_view_id( $view ); 686 687 if ( empty( $views ) ) 688 688 return false; 689 689
Note: See TracChangeset
for help on using the changeset viewer.