| @@ -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' ) ) { |