Making WordPress.org


Ignore:
Timestamp:
01/18/2016 05:21:51 PM (11 years ago)
Author:
iandunn
Message:

WordCamp Budgets: Group Invoices and Payments under a common menu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/sponsor-invoice.php

    r2301 r2309  
    4444                'edit_item'          => __( 'Edit Invoice',               'wordcamporg' ),
    4545                'view_item'          => __( 'View Invoice',               'wordcamporg' ),
    46                 'all_items'          => __( 'Invoices',                   'wordcamporg' ),
     46                'all_items'          => __( 'Sponsor Invoices',           'wordcamporg' ),
    4747                'search_items'       => __( 'Search Invoices',            'wordcamporg' ),
    4848                'not_found'          => __( 'No invoice found.',          'wordcamporg' ),
     
    5555                'public'            => false,
    5656                'show_ui'           => true,
     57                'show_in_menu'      => 'wordcamp-budget',
    5758                'show_in_nav_menus' => true,
    58                 'menu_icon'         => plugins_url( 'images/dollar-sign-icon.svg', dirname( __FILE__ ) ),
    5959                'supports'          => array( 'title' ),
    6060                'has_archive'       => true,
Note: See TracChangeset for help on using the changeset viewer.