Changeset 4907 for trunk/bp-forums/bp-forums-functions.php
- Timestamp:
- 07/30/2011 02:00:16 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-forums/bp-forums-functions.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-functions.php
r4821 r4907 15 15 * Checks $bp pages global and looks for directory page 16 16 * 17 * @since 1. 317 * @since 1.5 18 18 * 19 19 * @global object $bp Global BuddyPress settings object … … 497 497 * 498 498 * @package BuddyPress 499 * @since 1. 3499 * @since 1.5 500 500 * 501 501 * @return int … … 512 512 * 513 513 * @package BuddyPress 514 * @since 1. 3514 * @since 1.5 515 515 * 516 516 * @return bool True if stickies should be displayed at the top of the global directory, false … … 545 545 * @see bp_embed_forum_save_cache() 546 546 * @package BuddyPress_Forums 547 * @since 1. 3547 * @since 1.5 548 548 */ 549 549 function bp_forums_embed() { … … 559 559 * 560 560 * @package BuddyPress_Forums 561 * @since 1. 3561 * @since 1.5 562 562 */ 563 563 function bp_embed_forum_cache( $cache, $id, $cachekey ) { … … 570 570 * 571 571 * @package BuddyPress_Forums 572 * @since 1. 3572 * @since 1.5 573 573 */ 574 574 function bp_embed_forum_save_cache( $cache, $cachekey, $id ) {
Note: See TracChangeset
for help on using the changeset viewer.