Changes between Initial Version and Version 1 of Ticket #25280, comment 1
- Timestamp:
- 09/11/2013 04:48:49 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25280, comment 1
initial v1 3 3 I 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. 4 4 5 Also we can't rely on PHP 5.3.x when over 58% of our user base is still on 5.2.x 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/ 6 6 7 7 I'm thinking wontfix.