Changeset 2309 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php
- Timestamp:
- 01/18/2016 05:21:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php
r2299 r2309 46 46 'edit_item' => __( 'Edit Payment Request', 'wordcamporg' ), 47 47 'view_item' => __( 'View Payment Request', 'wordcamporg' ), 48 'all_items' => __( ' AllPayment Requests', 'wordcamporg' ),48 'all_items' => __( 'Payment Requests', 'wordcamporg' ), 49 49 'search_items' => __( 'Search Payment Requests', 'wordcamporg' ), 50 50 'parent_item_colon' => __( 'Parent Payment Requests:', 'wordcamporg' ), … … 58 58 'public' => false, 59 59 'show_ui' => true, 60 'show_in_menu' => 'wordcamp-budget', 60 61 'show_in_nav_menus' => true, 61 'menu_position' => 25,62 'menu_icon' => plugins_url( 'images/dollar-sign-icon.svg', dirname( __FILE__ ) ),63 62 'supports' => array( 'title' ), 64 63 'has_archive' => true,
Note: See TracChangeset
for help on using the changeset viewer.