Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25280, comment 1


Ignore:
Timestamp:
09/11/2013 04:48:49 PM (12 years ago)
Author:
c3mdigital
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25280, comment 1

    initial v1  
    33I know the general accepted practice is to use wp_localize_script to pass variables to javascript but that is not what the function was intended for (it's a bonus feature and I blame Otto's awesome blog post). It's for string translations and I don't think it should be changed because numbers don't need to be translated.
    44
    5 Also we can't rely on PHP 5.3.x when over 58% of our user base is still on 5.2.x
     5Also we can't rely on PHP 5.3.x when over 58% of our user base is still on 5.2.x http://wordpress.org/about/stats/
    66
    77I'm thinking wontfix.