Making WordPress.org


Ignore:
Timestamp:
01/19/2016 10:03:13 PM (10 years ago)
Author:
iandunn
Message:

WordCamp Budgets: Move uploadModalTitle string into wcbLocalizedStrings.

It's generic enough to be used by all modules, so each module doesn't need to set a unique title.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php

    r2327 r2331  
    200200            wp_enqueue_script( 'wcb-attached-files' );
    201201        }
    202 
    203         wp_localize_script(
    204             'payment-requests',
    205             'wcpLocalizedStrings',      // todo merge into WordCampBudgets var
    206             array(
    207                 'uploadModalTitle'  => __( 'Attach Supporting Documentation', 'wordcamporg' ),
    208             )
    209         );
    210202    }
    211203
Note: See TracChangeset for help on using the changeset viewer.