Changeset 5927 for trunk/bp-forums/bp-forums-functions.php
- Timestamp:
- 03/16/2012 01:06:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-functions.php
r5926 r5927 44 44 * Checks $bp pages global and looks for directory page 45 45 * 46 * @since 1.546 * @since BuddyPress (1.5) 47 47 * 48 48 * @global BuddyPress $bp The one true BuddyPress instance … … 416 416 * 417 417 * @package BuddyPress 418 * @since 1.5418 * @since BuddyPress (1.5) 419 419 * 420 420 * @param int $user_id Defaults to displayed user, then to logged-in user … … 667 667 * 668 668 * @package BuddyPress 669 * @since 1.5669 * @since BuddyPress (1.5) 670 670 * 671 671 * @return int … … 682 682 * 683 683 * @package BuddyPress 684 * @since 1.5684 * @since BuddyPress (1.5) 685 685 * 686 686 * @return bool True if stickies should be displayed at the top of the global directory, false … … 715 715 * @see bp_embed_forum_save_cache() 716 716 * @package BuddyPress_Forums 717 * @since 1.5717 * @since BuddyPress (1.5) 718 718 */ 719 719 function bp_forums_embed() { … … 729 729 * 730 730 * @package BuddyPress_Forums 731 * @since 1.5731 * @since BuddyPress (1.5) 732 732 */ 733 733 function bp_embed_forum_cache( $cache, $id, $cachekey ) { … … 740 740 * 741 741 * @package BuddyPress_Forums 742 * @since 1.5742 * @since BuddyPress (1.5) 743 743 */ 744 744 function bp_embed_forum_save_cache( $cache, $cachekey, $id ) {
Note: See TracChangeset
for help on using the changeset viewer.