~canonical-sysadmins/wordpress/4.8.3

« back to all changes in this revision

Viewing changes to wp-admin/includes/translation-install.php

  • Committer: Ryan Finnie
  • Date: 2015-08-31 16:09:47 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: ryan.finnie@canonical.com-20150831160947-1h6rfxby9z1ec62u
Merge WP4.3 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
 *
125
125
 * @since 4.0.0
126
126
 *
 
127
 * @global string $wp_local_package
 
128
 *
127
129
 * @param array $languages Array of available languages (populated via the Translation API).
128
130
 */
129
131
function wp_install_language_form( $languages ) {