PluginProbe
bbPress / 2.6.17
bbPress v2.6.17
2.6.17 trunk 2.0 2.0-beta-1 2.0-beta-2b 2.0-beta-3 2.0-beta-3b 2.0-rc-2 2.0-rc-3 2.0-rc-4 2.0-rc-5 2.0.1 2.0.2 2.0.3 2.1 2.1-beta-1 2.1-rc1 2.1-rc2 2.1-rc3 2.1-rc4 2.1.1 2.1.2 2.1.3 2.2 2.2.1 All 72 releases
← All changes | includes/core/extend.php +5 -5 trunk2.6.17 View file →
@@ -1,8 +1,8 @@
1 1 <?php
2 2
3 3 /**
4 - * bbPress Extensions.
4 + * bbPress Extentions
5 5 *
6 6 * There's a world of really cool plugins out there, and bbPress comes with
7 7 * support for some of the most popular ones.
8 8 *
@@ -13,13 +13,13 @@
13 13 // Exit if accessed directly
14 14 defined( 'ABSPATH' ) || exit;
15 15
16 16 /**
17 - * Loads Akismet inside the bbPress global class.
17 + * Loads Akismet inside the bbPress global class
18 18 *
19 19 * @since 2.0.0 bbPress (r3277)
20 20 *
21 - * @return If bbPress is not active.
21 + * @return If bbPress is not active
22 22 */
23 23 function bbp_setup_akismet() {
24 24
25 25 // Bail if no akismet
@@ -40,13 +40,13 @@
40 40 }
41 41
42 42 /**
43 43 * Requires and creates the BuddyPress extension, and adds component creation
44 - * action to bp_init hook. @see bbp_setup_buddypress_component().
44 + * action to bp_init hook. @see bbp_setup_buddypress_component()
45 45 *
46 46 * @since 2.0.0 bbPress (r3395)
47 47 *
48 - * @return If BuddyPress is not active.
48 + * @return If BuddyPress is not active
49 49 */
50 50 function bbp_setup_buddypress() {
51 51
52 52 if ( ! function_exists( 'buddypress' ) ) {