Ticket #28673: 28673-locale.diff
| File 28673-locale.diff, 429 bytes (added by , 12 years ago) |
|---|
-
wp-admin/includes/plugin-install.php
34 34 if ( !isset($args->per_page) ) 35 35 $args->per_page = 24; 36 36 37 if ( !isset($args->locale) ) 38 $args->locale = get_locale(); 39 37 40 /** 38 41 * Override the Plugin Install API arguments. 39 42 *