Changeset 4034 for branches/plugin/bbp-admin/bbp-settings.php
- Timestamp:
- 06/29/2012 12:24:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-settings.php
r4020 r4034 1348 1348 1349 1349 // Core Post Types 1350 'post_base' => array( 'name' => __( 'Posts' 1351 'page_base' => array( 'name' => __( 'Pages' 1352 'revision_base' => array( 'name' => __( 'Revisions' 1353 'attachment_base' => array( 'name' => __( 'Attachments' 1354 'nav_menu_base' => array( 'name' => __( 'Menus' 1350 'post_base' => array( 'name' => __( 'Posts', 'bbpress' ), 'default' => 'post', 'context' => 'WordPress' ), 1351 'page_base' => array( 'name' => __( 'Pages', 'bbpress' ), 'default' => 'page', 'context' => 'WordPress' ), 1352 'revision_base' => array( 'name' => __( 'Revisions', 'bbpress' ), 'default' => 'revision', 'context' => 'WordPress' ), 1353 'attachment_base' => array( 'name' => __( 'Attachments', 'bbpress' ), 'default' => 'attachment', 'context' => 'WordPress' ), 1354 'nav_menu_base' => array( 'name' => __( 'Menus', 'bbpress' ), 'default' => 'nav_menu_item', 'context' => 'WordPress' ), 1355 1355 1356 1356 // Post Tags 1357 'tag_base' => array( 'name' => __( 'Tag base' 1357 'tag_base' => array( 'name' => __( 'Tag base', 'bbpress' ), 'default' => 'tag', 'context' => 'WordPress' ), 1358 1358 1359 1359 // Post Categories 1360 'category_base' => array( 'name' => __( 'Category base' ), 'default' => 'category', 'context' => 'WordPress' ),1360 'category_base' => array( 'name' => __( 'Category base', 'bbpress' ), 'default' => 'category', 'context' => 'WordPress' ), 1361 1361 1362 1362 /** bbPress Core ******************************************************/
Note: See TracChangeset
for help on using the changeset viewer.