Making WordPress.org


Ignore:
Timestamp:
01/29/2015 06:19:36 AM (12 years ago)
Author:
nacin
Message:

Slack: Make a statically called method static.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/common/includes/slack/trac/trac.php

    r1178 r1203  
    281281        }
    282282
    283         function format_for_slack( $text ) {
     283        static function format_for_slack( $text ) {
    284284                $text = str_replace( "\r\n", "\n", $text );
    285285                $text = trim( str_replace(
Note: See TracChangeset for help on using the changeset viewer.