Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/25/2012 09:14:39 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Add context to 'Open' and 'Close' strings. Props daveshine. Fixes #1798.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-topic-template.php

    r3810 r3823  
    23292329            'link_after'  => '',
    23302330            'sep'         => ' | ',
    2331             'close_text'  => __( 'Close', 'bbpress' ),
    2332             'open_text'   => __( 'Open', 'bbpress' )
     2331            'close_text'  => _x( 'Close', 'Topic Status', 'bbpress' ),
     2332            'open_text'   => _x( 'Open',  'Topic Status', 'bbpress' )
    23332333        );
    23342334
Note: See TracChangeset for help on using the changeset viewer.