Plugin Directory

Changeset 965833


Ignore:
Timestamp:
08/14/2014 04:57:06 PM (12 years ago)
Author:
tleen
Message:

add changes from @bradp, upped version in git

Location:
right-meow/trunk
Files:
1 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • right-meow/trunk/readme.txt

    r964200 r965833  
    11=== Right Meow ===
    2 Contributors: tleen
     2Contributors: tleen, bradparbs
    33Tags: super troopers, meow, cat game, comment, filter
    44Requires at least: 0.71
  • right-meow/trunk/test/PluginTest.php

    r964173 r965833  
    2020      'This is meow the text you know.'
    2121    );
    22    
     22
    2323  }
    2424
     
    2828      $this->t('This is NOW the text you know.'),
    2929      'This is MEOW the text you know.'
    30     );   
     30    );
    3131  }
    3232
     
    3636      $this->t('This is Now the text you know.'),
    3737      'This is Meow the text you know.'
    38     );   
     38    );
    3939  }
    4040
     
    4444      $this->t('This is nOw the text you know.'),
    4545      'This is meow the text you know.'
    46     );   
     46    );
    4747  }
    4848
     
    5252      $this->t('meow now a Now NOW now know noW nOw NOW now.'),
    5353      'meow meow a Meow MEOW meow know meow meow MEOW meow.'
    54     );   
     54    );
    5555  }
    5656
    5757}
    58 
    59 ?>
Note: See TracChangeset for help on using the changeset viewer.