Changeset 523


Ignore:
Timestamp:
08/27/2010 03:27:25 PM (18 months ago)
Author:
ofer
Message:

Oops, used old define names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/core/parser.php

    r522 r523  
    270270        //· 
    271271        if (ord($char) == 194 && ord($nextchar) == 183) return 2; 
    272         return (strpos(',?()[]"!:|;'.TP_GETTEXT_BREAKER.TP_GETTEXT_CLOSER.TP_GETTEXT_INNER_BREAKER.TP_GETTEXT_INNER_BREAKER_CLOSER, $char) !== false) ? 1 : 0; // TODO: might need to add < and > here 
     272        return (strpos(',?()[]"!:|;'.TP_GTXT_BRK.TP_GTXT_BRK_CLOSER.TP_GTXT_IBRK.TP_GTXT_IBRK_CLOSER, $char) !== false) ? 1 : 0; // TODO: might need to add < and > here 
    273273    } 
    274274 
Note: See TracChangeset for help on using the changeset viewer.