Making WordPress.org


Ignore:
Timestamp:
01/19/2016 08:44:53 PM (9 years ago)
Author:
iandunn
Message:

WordCamp Budgets: Centralize common JavaScript functions.

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  
    99        <?php endif; ?>
    1010
     11        <?php // todo move to centralized view file ?>
    1112        <p>
    1213            <a class="button wcp-insert-media" role="button">
     
    2728        </script>
    2829
    29         <?php wp_localize_script( 'wcp-attached-files', 'wcpAttachedFiles', $files ); // todo merge into wordcampBudgets var ?>
     30        <?php wp_localize_script( 'wcb-attached-files', 'wcbAttachedFiles', $files ); // todo merge into wordcampBudgets var ?>
    3031    </td>
    3132</tr>
Note: See TracChangeset for help on using the changeset viewer.