diff --git a/src/bp-core/bp-core-template.php b/src/bp-core/bp-core-template.php
index 9fc92249a..799a69cdc 100644
|
a
|
b
|
function bp_create_excerpt( $text, $length = 225, $options = array() ) { |
| 988 | 988 | * |
| 989 | 989 | * @since 1.1.0 |
| 990 | 990 | * |
| 991 | | * @param string $truncate Generated excerpt. |
| | 991 | * @param string $text Generated excerpt. |
| 992 | 992 | * @param string $original_text Original text provided. |
| 993 | 993 | * @param int $length Length of returned string, including ellipsis. |
| 994 | 994 | * @param array $options Array of HTML attributes and options. |