Changeset 711
- Timestamp:
- 06/18/2014 05:40:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/translations/core/1.0/index.php
r710 r711 8 8 wp_cache_init(); 9 9 10 $version = isset( $_ GET['version'] ) ? $_GET['version'] : WP_CORE_LATEST_RELEASE;10 $version = isset( $_REQUEST['version'] ) ? $_REQUEST['version'] : WP_CORE_LATEST_RELEASE; 11 11 12 12 $translations = find_all_translations_for_core( $version );
Note: See TracChangeset
for help on using the changeset viewer.