| @@ 497-503 (lines=7) @@ | ||
| 494 | } |
|
| 495 | ||
| 496 | // Put our markers back |
|
| 497 | if (count($unwrap) > 0) |
|
| 498 | { |
|
| 499 | foreach ($unwrap as $key => $val) |
|
| 500 | { |
|
| 501 | $output = str_replace('{{unwrapped'.$key.'}}', $val, $output); |
|
| 502 | } |
|
| 503 | } |
|
| 504 | ||
| 505 | return $output; |
|
| 506 | } |
|
| @@ 1245-1251 (lines=7) @@ | ||
| 1242 | } |
|
| 1243 | ||
| 1244 | // Put our markers back |
|
| 1245 | if (count($unwrap) > 0) |
|
| 1246 | { |
|
| 1247 | foreach ($unwrap as $key => $val) |
|
| 1248 | { |
|
| 1249 | $output = str_replace('{{unwrapped'.$key.'}}', $val, $output); |
|
| 1250 | } |
|
| 1251 | } |
|
| 1252 | ||
| 1253 | return $output; |
|
| 1254 | } |
|