Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/public/rs.extension.php

    r1179 r2566  
    2121          $rs->extend('rsExtPostPublic'); 
    2222     } 
    23       
     23 
    2424     public static function coreBlogGetComments($rs) 
    2525     { 
     
    3838               $c = context::remove_html($c); 
    3939               $c = context::cut_string($c,350); 
    40                 
     40 
    4141               $c = 
    4242               '<p>'.$c.'... '. 
    4343               '<a href="'.$rs->getURL().'"><em>'.__('Read').'</em> '. 
    4444               html::escapeHTML($rs->post_title).'</a></p>'; 
    45                 
     45 
    4646               return $c; 
    4747          } 
    48            
     48 
    4949          if ($rs->core->blog->settings->system->use_smilies) 
    5050          { 
    5151               return self::smilies(parent::getContent($rs,$absolute_urls),$rs->core->blog); 
    5252          } 
    53            
     53 
    5454          return parent::getContent($rs,$absolute_urls); 
    5555     } 
    56       
     56 
    5757     public static function getExcerpt($rs,$absolute_urls=false) 
    5858     { 
     
    6161               return self::smilies(parent::getExcerpt($rs,$absolute_urls),$rs->core->blog); 
    6262          } 
    63            
     63 
    6464          return parent::getExcerpt($rs,$absolute_urls); 
    6565     } 
    66       
     66 
    6767     protected static function smilies($c,$blog) 
    6868     { 
     
    8181          { 
    8282               $c = parent::getContent($rs,$absolute_urls); 
    83                 
     83 
    8484               if (!isset($GLOBALS['__smilies'])) { 
    8585                    $GLOBALS['__smilies'] = context::getSmilies($rs->core->blog); 
     
    8787               return context::addSmilies($c); 
    8888          } 
    89            
     89 
    9090          return parent::getContent($rs,$absolute_urls); 
    9191     } 
    9292} 
    93 ?> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map