Changeset 6185
- Timestamp:
- 12/27/2016 10:16:37 PM (9 years ago)
- Location:
- trunk/src/includes
- Files:
-
- 3 edited
-
forums/template.php (modified) (1 diff)
-
replies/template.php (modified) (1 diff)
-
topics/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/template.php
r6135 r6185 50 50 'singular_name' => __( 'Forum', 'bbpress' ), 51 51 'all_items' => __( 'All Forums', 'bbpress' ), 52 'add_new' => __( ' New Forum','bbpress' ),52 'add_new' => __( 'Add New', 'bbpress' ), 53 53 'add_new_item' => __( 'Create New Forum', 'bbpress' ), 54 54 'edit' => __( 'Edit', 'bbpress' ), -
trunk/src/includes/replies/template.php
r6094 r6185 49 49 'singular_name' => _x( 'Reply', 'noun', 'bbpress' ), 50 50 'all_items' => __( 'All Replies', 'bbpress' ), 51 'add_new' => __( ' New Reply','bbpress' ),51 'add_new' => __( 'Add New', 'bbpress' ), 52 52 'add_new_item' => __( 'Create New Reply', 'bbpress' ), 53 53 'edit' => __( 'Edit', 'bbpress' ), -
trunk/src/includes/topics/template.php
r6089 r6185 49 49 'singular_name' => __( 'Topic', 'bbpress' ), 50 50 'all_items' => __( 'All Topics', 'bbpress' ), 51 'add_new' => __( ' New Topic','bbpress' ),51 'add_new' => __( 'Add New', 'bbpress' ), 52 52 'add_new_item' => __( 'Create New Topic', 'bbpress' ), 53 53 'edit' => __( 'Edit', 'bbpress' ),
Note: See TracChangeset
for help on using the changeset viewer.