Changeset 5908 for trunk/src/includes/common/formatting.php
- Timestamp:
- 08/11/2015 08:17:53 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/formatting.php
r5770 r5908 171 171 172 172 // Which walker to use based on the tag and arguments 173 if ( isset( $empty[ $tag] ) ) {173 if ( isset( $empty[ $tag ] ) ) { 174 174 array_walk( $content, 'bbp_encode_empty_callback', $preg ); 175 175 } else {
Note: See TracChangeset
for help on using the changeset viewer.