peebleslab.com.php 209 B

123456789
  1. <?php
  2. return array(
  3. 'filter' => array(
  4. '%.*%' => array(
  5. // the extra space is required to strip the title cleanly
  6. '%title="(.+) " */>%' => '/><br/>$1',
  7. ),
  8. ),
  9. );