- Timestamp:
- 04/01/2016 09:27:04 PM (9 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/css/wordcamp-budgets.css
r2692 r2878 18 18 } 19 19 20 #save-action {20 body.post-type-wcb_sponsor_invoice #save-action { 21 21 overflow: auto; /* Without this the element collapses on Invoices because all of it's children are floated */ 22 22 } -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/wordcamp-budgets.php
r2819 r2878 161 161 plugins_url( 'css/wordcamp-budgets.css', __DIR__ ), 162 162 $soft_deps, 163 3163 4 164 164 ); 165 165 } -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/javascript/attached-files.js
r2346 r2878 84 84 * 85 85 * Files that are already attached to other posts are ignored. 86 * @todo add an error message if the file is already attached to other posts, see https://wordpress.slack.com/archives/meta-wordcamp/p1459185670000179 86 87 * 87 88 * @param {app.AttachedFile} file
Note: See TracChangeset
for help on using the changeset viewer.