Changeset 2309 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/sponsor-invoice.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/sponsor-invoice.php
r2301 r2309 44 44 'edit_item' => __( 'Edit Invoice', 'wordcamporg' ), 45 45 'view_item' => __( 'View Invoice', 'wordcamporg' ), 46 'all_items' => __( ' Invoices','wordcamporg' ),46 'all_items' => __( 'Sponsor Invoices', 'wordcamporg' ), 47 47 'search_items' => __( 'Search Invoices', 'wordcamporg' ), 48 48 'not_found' => __( 'No invoice found.', 'wordcamporg' ), … … 55 55 'public' => false, 56 56 'show_ui' => true, 57 'show_in_menu' => 'wordcamp-budget', 57 58 'show_in_nav_menus' => true, 58 'menu_icon' => plugins_url( 'images/dollar-sign-icon.svg', dirname( __FILE__ ) ),59 59 'supports' => array( 'title' ), 60 60 'has_archive' => true,
Note: See TracChangeset
for help on using the changeset viewer.