Changeset 3328
- Timestamp:
- 06/16/2011 11:32:34 PM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbpress.php
r3320 r3328 809 809 // Topic tag labels 810 810 $topic_tag['labels'] = array( 811 'name' => __( 'Topic Tags', 'bbpress' ), 812 'singular_name' => __( 'Topic Tag', 'bbpress' ), 813 'search_items' => __( 'Search Tags', 'bbpress' ), 814 'popular_items' => __( 'Popular Tags', 'bbpress' ), 815 'all_items' => __( 'All Tags', 'bbpress' ), 816 'edit_item' => __( 'Edit Tag', 'bbpress' ), 817 'update_item' => __( 'Update Tag', 'bbpress' ), 818 'add_new_item' => __( 'Add New Tag', 'bbpress' ), 819 'new_item_name' => __( 'New Tag Name', 'bbpress' ) 811 'name' => __( 'Topic Tags', 'bbpress' ), 812 'singular_name' => __( 'Topic Tag', 'bbpress' ), 813 'search_items' => __( 'Search Tags', 'bbpress' ), 814 'popular_items' => __( 'Popular Tags', 'bbpress' ), 815 'all_items' => __( 'All Tags', 'bbpress' ), 816 'edit_item' => __( 'Edit Tag', 'bbpress' ), 817 'update_item' => __( 'Update Tag', 'bbpress' ), 818 'add_new_item' => __( 'Add New Tag', 'bbpress' ), 819 'new_item_name' => __( 'New Tag Name', 'bbpress' ), 820 'view_item' => __( 'View Topic Tag', 'bbpress' ) 820 821 ); 821 822
Note: See TracChangeset
for help on using the changeset viewer.