- Timestamp:
- Apr 15, 2010, 7:59:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/include/add_xpress_process.php
r573 r576 159 159 $wp_output = ob_get_contents(); 160 160 ob_end_clean(); 161 161 162 // insert credit 163 $pattern = '<body'; 164 $replace = "\n<!-- credit " . xpress_credit('echo=0&no_link=1') . " -->\n<body"; 165 $wp_output = preg_replace("/" . $pattern . "/s", $replace, $wp_output); 166 162 167 //Rendering Select 163 168 if( … … 166 171 || is_iphone_with_wptouch() // When iPhone access & used wptouch plugin (thx uemu) 167 172 ){ 173 168 174 echo $wp_output; 169 175 } else {
Note: See TracChangeset
for help on using the changeset viewer.