Ticket #2137: 2137.patch

File 2137.patch, 1.2 KB (added by Wiktor Walc, 16 years ago)
  • FCKeditorParser.body.php

     
    332332                'end'=>'}',
    333333                'cb' => array(
    334334                2=>array('FCKeditorParser', 'fck_leaveTemplatesAlone'),
    335                 3=>array('FCKeditorParser', 'fck_leaveTemplatesAlone'),
     335                3=>array('FCKeditorParser', 'fck_skipArgs'),
    336336                ),
    337337                'min' =>2,
    338338                'max' =>3,
  • mw12/FCKeditorParser_OldPP.body.php

     
    332332                'end'=>'}',
    333333                'cb' => array(
    334334                2=>array('FCKeditorParser', 'fck_leaveTemplatesAlone'),
    335                 3=>array('FCKeditorParser', 'fck_leaveTemplatesAlone'),
     335                3=>array('FCKeditorParser', 'fck_skipArgs'),
    336336                ),
    337337                'min' =>2,
    338338                'max' =>3,
     
    425425        function fck_leaveTemplatesAlone( $matches ) {
    426426                return "<!--FCK_SKIP_START-->".$matches['text']."<!--FCK_SKIP_END-->";
    427427        }
     428        function fck_skipArgs( $matches ) {
     429                return $matches['text'];
     430        }
    428431        function formatHeadings( $text, $isMain=true ) {
    429432                return $text;
    430433        }
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy