Plugin Directory

Changeset 1838694


Ignore:
Timestamp:
03/12/2018 02:43:27 PM (8 years ago)
Author:
teoleonard
Message:

changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • raffle-ticket-generator/trunk/raffle-ticket-generator.php

    r1838671 r1838694  
    7979        add_submenu_page('woocommerce-raffle', __('Customer\'s Ticket Numbers','woocommerce-raffle'), __('View Customer\'s Ticket Numbers','woocommerce-raffle'), 'manage_options', 'woocommerce-raffle-tickets', 'raffle_showresults');
    8080       
    81         add_submenu_page('woocommerce-raffle', __('Pick a Raffle Winner','woocommerce-raffle'), __('Raffle Announce Winner', 'woocommerce-raffle'), 'manage_options', 'simple_winner_categories', 'winner_categories');
     81        add_submenu_page('woocommerce-raffle', __('Pick a Raffle Winner','woocommerce-raffle'), __('Raffle Announce Winner', 'woocommerce-raffle'), 'manage_options', 'simple_winner_categories', 'simple_winner_categories');
    8282       
    8383        add_submenu_page('woocommerce-raffle', __('Raffle Winners','woocommerce-raffle'), __('Raffle Winners', 'woocommerce-raffle'), 'manage_options', 'raffle_winners', 'simple_raffle_winners');
Note: See TracChangeset for help on using the changeset viewer.