Changeset 42607 for branches/4.9/src/wp-admin/options-general.php
- Timestamp:
- 01/24/2018 10:58:22 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/options-general.php
r41986 r42607 159 159 'languages' => $languages, 160 160 'translations' => $translations, 161 'show_available_translations' => current_user_can( 'install_languages' ) ,161 'show_available_translations' => current_user_can( 'install_languages' ) && wp_can_install_language_pack(), 162 162 ) ); 163 163
Note: See TracChangeset
for help on using the changeset viewer.