Changeset 146313
- Timestamp:
- 08/16/2009 09:12:31 AM (17 years ago)
- File:
-
- 1 edited
-
acronyms/trunk/acronyms.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acronyms/trunk/acronyms.php
r146309 r146313 33 33 function install () 34 34 { 35 echo "BOOYAH";36 35 // Populate defaults 37 36 $acronyms = array( … … 375 374 $text = preg_replace( "|(?!<[^<>]*?)(?!\[[^\[\]]*?)(?<![?.&])\b$acronym\b(?!:)(?![^\[\]]*?\])(?![^<>]*?>)|msU", "<acronym title=\"$fulltext\">$acronym</acronym>" , $text ); 376 375 $text = trim($text); 377 //return $text; 378 return "BOOYAH"; 376 return $text; 379 377 } 380 378
Note: See TracChangeset
for help on using the changeset viewer.