Changeset 7488 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/wordcamp-budgets.php
- Timestamp:
- 07/20/2018 09:02:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/wordcamp-budgets.php
r7267 r7488 7 7 const VERSION = '0.1.4'; 8 8 const PAYMENT_INFO_RETENTION_PERIOD = 7; // days 9 10 const VIEWER_CAP = 'publish_posts'; 11 const ADMIN_CAP = 'manage_options'; 9 12 10 13 /** … … 114 117 esc_html__( 'WordCamp Budget', 'wordcamporg' ), 115 118 esc_html__( 'Budget', 'wordcamporg' ), 116 'manage_options',119 self::VIEWER_CAP, 117 120 'wordcamp-budget', 118 121 function() { do_action( 'wcb_render_budget_page' ); },
Note: See TracChangeset
for help on using the changeset viewer.