Changeset 2193


Ignore:
Timestamp:
08/07/09 18:13:04 (2 years ago)
Author:
arthus
Message:

plugin:goodcode abolish the devil in the form of autop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/goodcode/trunk/goodcode.plugin.php

    r1849 r2193  
    2929}        
    3030 
     31class GoodCodeFormat extends Format 
     32{ 
     33        // Stop the rediculous insanity of buggy autop() from screwing with our fine-tuned markup 
     34        public static function autop( $content ) 
     35        { 
     36                return $content; 
     37        } 
     38 
     39} 
     40 
    3141?> 
Note: See TracChangeset for help on using the changeset viewer.