Making WordPress.org


Ignore:
Timestamp:
01/18/2016 05:21:51 PM (10 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/payment-request.php

    r2299 r2309  
    4646            'edit_item'          => __( 'Edit Payment Request', 'wordcamporg' ),
    4747            'view_item'          => __( 'View Payment Request', 'wordcamporg' ),
    48             'all_items'          => __( 'All Payment Requests', 'wordcamporg' ),
     48            'all_items'          => __( 'Payment Requests', 'wordcamporg' ),
    4949            'search_items'       => __( 'Search Payment Requests', 'wordcamporg' ),
    5050            'parent_item_colon'  => __( 'Parent Payment Requests:', 'wordcamporg' ),
     
    5858            'public'            => false,
    5959            'show_ui'           => true,
     60            'show_in_menu'      => 'wordcamp-budget',
    6061            'show_in_nav_menus' => true,
    61             'menu_position'     => 25,
    62             'menu_icon'         => plugins_url( 'images/dollar-sign-icon.svg', dirname( __FILE__ ) ),
    6362            'supports'          => array( 'title' ),
    6463            'has_archive'       => true,
Note: See TracChangeset for help on using the changeset viewer.