Changeset 1069
- Timestamp:
- 04/15/07 08:37:32 (2 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
r1068 r1069 28 28 29 29 // Videos 30 30 /* 31 31 $functionbody = <<< END 32 32 … … 47 47 // $run_result = preg_replace_callback("/\{\{video:([^}]+)\}\}/i",create_function('$matches',$functionbody),$run_result); 48 48 $run_result = preg_replace_callback("/\{\{video:([^}]+)(\?([0-9]+)x([0-9]+))?\}\}/i",create_function('$matches',$functionbody),$run_result); 49 */ 49 50 50 /*$run_result = run("video:text:process",$run_result);*/ 51 51 if(run("video:text:process",$run_result)!=null){ 52 $run_result=run("video:text:process",$run_result); 53 } 52 54 53 55 // URLs to links
