Changeset 7379 for trunk/src/includes/common/formatting.php
- Timestamp:
- 11/24/2025 07:23:06 PM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/formatting.php
r7378 r7379 399 399 $ret = apply_filters( 'bbp_make_clickable', $ret, $text ); 400 400 $ret = substr( $ret, 1, -1 ); // Remove our whitespace padding. 401 $r .= $ret;401 $r .= $ret; 402 402 } 403 403 }
Note: See TracChangeset
for help on using the changeset viewer.