Make WordPress Core

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25280, comment 1

    v1 v2  
    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 http://wordpress.org/about/stats/
     5 Over 58% of our user base is still on 5.2.x http://wordpress.org/about/stats/ but doesn't mean we can't use some 5.3 features.
    66
    77I'm thinking wontfix.