Changeset 2327 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/payment-request/input-files.php
- Timestamp:
- 01/19/2016 08:44:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/payment-request/input-files.php
r2272 r2327 9 9 <?php endif; ?> 10 10 11 <?php // todo move to centralized view file ?> 11 12 <p> 12 13 <a class="button wcp-insert-media" role="button"> … … 27 28 </script> 28 29 29 <?php wp_localize_script( 'wc p-attached-files', 'wcpAttachedFiles', $files ); // todo merge into wordcampBudgets var ?>30 <?php wp_localize_script( 'wcb-attached-files', 'wcbAttachedFiles', $files ); // todo merge into wordcampBudgets var ?> 30 31 </td> 31 32 </tr>
Note: See TracChangeset
for help on using the changeset viewer.