Ignore:
Timestamp:
2013/06/08 16:35:27 (13 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • 主に空白・空白行の調整。もう少し整えたいが、一旦現状コミット。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/SC_MobileEmoji.php

    r22567 r22856  
    3131 * 携帯端末の絵文字を扱うクラス 
    3232 */ 
    33 class SC_MobileEmoji  
     33class SC_MobileEmoji 
    3434{ 
    3535    /** 
     
    4343    { 
    4444        $replace_callback = create_function('$matches', 'return SC_MobileEmoji_Ex::indexToCode($matches[1]);'); 
     45 
    4546        return preg_replace_callback('/\[emoji:(e?\d+)\]/', $replace_callback, $buffer); 
    4647    } 
Note: See TracChangeset for help on using the changeset viewer.