Plugin Directory

Changeset 146313


Ignore:
Timestamp:
08/16/2009 09:12:31 AM (17 years ago)
Author:
ketsugi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • acronyms/trunk/acronyms.php

    r146309 r146313  
    3333    function install ()
    3434    {
    35                  echo "BOOYAH";
    3635        // Populate defaults
    3736        $acronyms = array(
     
    375374            $text = preg_replace( "|(?!<[^<>]*?)(?!\[[^\[\]]*?)(?<![?.&])\b$acronym\b(?!:)(?![^\[\]]*?\])(?![^<>]*?>)|msU", "<acronym title=\"$fulltext\">$acronym</acronym>" , $text );
    376375        $text = trim($text);
    377         //return $text;
    378         return "BOOYAH";
     376        return $text;
    379377    }
    380378
Note: See TracChangeset for help on using the changeset viewer.