Changeset 235
- Timestamp:
- 01/31/06 19:25:18 (3 years ago)
- Files:
-
- devel/units/weblogs/weblogs_text_process.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/units/weblogs/weblogs_text_process.php
r138 r235 12 12 $run_result = run("weblogs:html_activate_urls", $run_result); 13 13 14 // Remove the evil font tag 15 $run_result = preg_replace("/<font[^>]*>/i","",$run_result); 16 $run_result = preg_replace("/<\/font>/i","",$run_result); 17 14 18 // Text cutting 19 // Commented out for the moment as it seems to disproportionately increase 20 // memory usage / load 15 21 22 /* 16 23 global $individual; 17 24 … … 23 30 $run_result = str_replace("{{uncut}}","",$run_result); 24 31 } 32 */ 25 33 26 34 ?>
