Changeset 2287
- Timestamp:
- 01/12/2016 09:31:16 PM (9 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php
r2277 r2287 203 203 204 204 wp_enqueue_script( 'payment-requests' ); 205 wp_enqueue_style( 'wordcamp-budgets' );206 205 207 206 if ( isset( $post->ID ) ) { -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/wordcamp-budgets.php
r2277 r2287 26 26 unset( $soft_deps[ $key ] ); 27 27 28 wp_register_style( 28 // Enqueue it on every screen, because it styles the menu icon 29 wp_enqueue_style( 29 30 'wordcamp-budgets', 30 31 plugins_url( 'css/wordcamp-budgets.css', __DIR__ ),
Note: See TracChangeset
for help on using the changeset viewer.