Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #34747, comment 5


Ignore:
Timestamp:
03/02/2016 03:40:23 PM (9 years ago)
Author:
ryankienstra
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34747, comment 5

    initial v1  
    1818}}}
    1919
    20 Since these variables are already produced in a .php file, I thought it might be cleanest to also output them in [https://github.com/xwp/wordpress-develop/pull/143/files#diff-a325cc1f63ecc04fdb078079c6ec585bR136 wp-customize.php]. Instead of sending them to a JavaScript file to be added.
     20Since these variables are already produced in a .php file, I thought it might be cleanest to also output them in [https://github.com/xwp/wordpress-develop/pull/143/files#diff-a325cc1f63ecc04fdb078079c6ec585bR136 wp-customize.php]. Instead of localizing them in a JavaScript file.
    2121
    2222Please let me know if you had something else in mind. Or if there's a cleaner way to do this.