Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/29/2012 12:24:15 AM (11 years ago)
Author:
johnjamesjacoby
Message:

Languages:

  • Add missing textdomains.
  • Fixes #1866.
  • Props daveshine.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-settings.php

    r4020 r4034  
    13481348
    13491349            // Core Post Types
    1350             'post_base'       => array( 'name' => __( 'Posts'        ), 'default' => 'post',          'context' => 'WordPress' ),
    1351             'page_base'       => array( 'name' => __( 'Pages'        ), 'default' => 'page',          'context' => 'WordPress' ),
    1352             'revision_base'   => array( 'name' => __( 'Revisions'    ), 'default' => 'revision',      'context' => 'WordPress' ),
    1353             'attachment_base' => array( 'name' => __( 'Attachments'  ), 'default' => 'attachment',    'context' => 'WordPress' ),
    1354             'nav_menu_base'   => array( 'name' => __( 'Menus'        ), 'default' => 'nav_menu_item', 'context' => 'WordPress' ),
     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' ),
    13551355
    13561356            // Post Tags
    1357             'tag_base'        => array( 'name' => __( 'Tag base'      ), 'default' => 'tag',           'context' => 'WordPress' ),
     1357            'tag_base'        => array( 'name' => __( 'Tag base',      'bbpress' ), 'default' => 'tag',           'context' => 'WordPress' ),
    13581358
    13591359            // 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' ),
    13611361
    13621362            /** bbPress Core ******************************************************/
Note: See TracChangeset for help on using the changeset viewer.