Ticket #7577: 7577.01.patch
File 7577.01.patch, 894 bytes (added by , 6 years ago) |
---|
-
src/bp-groups/bp-groups-template.php
1214 1214 * @param int $length Optional. Length of returned string, including ellipsis. 1215 1215 * Default: 225. 1216 1216 */ 1217 function bp_group_description_excerpt( $group = false, $length = false) {1217 function bp_group_description_excerpt( $group = false, $length = 225 ) { 1218 1218 echo bp_get_group_description_excerpt( $group, $length ); 1219 1219 } 1220 1220 /** … … 1229 1229 * Default: 225. 1230 1230 * @return string Excerpt. 1231 1231 */ 1232 function bp_get_group_description_excerpt( $group = false, $length = false) {1232 function bp_get_group_description_excerpt( $group = false, $length = 225 ) { 1233 1233 global $groups_template; 1234 1234 1235 1235 if ( empty( $group ) ) {