Changeset 2299
- Timestamp:
- 01/15/2016 10:14:04 PM (9 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/css/wordcamp-budgets.css
r2272 r2299 1 /* 2 * Common 3 */ 4 .menu-icon-wcp_payment_request .wp-menu-image img { 5 margin-left: 9px; 6 } 7 1 8 /* 2 9 * Payment Methods -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php
r2296 r2299 60 60 'show_in_nav_menus' => true, 61 61 'menu_position' => 25, 62 'menu_icon' => plugins_url( 'images/dollar-sign-icon.svg', dirname( __FILE__ ) ), 62 63 'supports' => array( 'title' ), 63 64 'has_archive' => true,
Note: See TracChangeset
for help on using the changeset viewer.