Changeset 2485 for trunk/bp-core.php
- Timestamp:
- 01/31/2010 09:45:19 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r2460 r2485 1477 1477 } 1478 1478 1479 1480 1479 /** 1481 1480 * bp_core_get_all_posts_for_user() … … 1496 1495 return apply_filters( 'bp_core_get_all_posts_for_user', $wpdb->get_col( $wpdb->prepare( "SELECT post_id FROM $wpdb->posts WHERE post_author = %d AND post_status = 'publish' AND post_type = 'post'", $user_id ) ) ); 1497 1496 } 1498 1499 1497 1500 1498 /**
Note: See TracChangeset
for help on using the changeset viewer.