Changeset 4896 for trunk/includes/common/formatting.php
- Timestamp:
- 05/11/2013 06:10:20 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/common/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/formatting.php
r4866 r4896 171 171 172 172 // Return the joined content array 173 return join( '', $content );173 return implode( '', $content ); 174 174 } 175 175
Note: See TracChangeset
for help on using the changeset viewer.