Wordpress/src/wp-admin/network
Dominik Schilling (ocean90) 1f793ea9b2 Language packs: No WPLANG anymore.
* The WPLANG constant is no longer needed. Remove define('WPLANG', ''); from wp-config-sample.php. Populate WPLANG option based on the WPLANG constant. When get_option('WPLANG') is an empty string it will override WPLANG.
* Introduce translations_api() which is available to communicate with the translation API. Move translation install related functions to a new file.
* Replace mu_dropdown_languages() with wp_dropdown_languages(). wp_dropdown_languages() is now populated by the translation API.
* Remove wp_install_load_language() and allow load_default_textdomain() to switch a core translation.

fixes #13069, #15677, #19760, #28730, #29281. 

git-svn-id: https://develop.svn.wordpress.org/trunk@29630 602fd350-edb4-49c9-b593-d223f7449a82
2014-08-26 19:58:33 +00:00
..
about.php
admin.php Priority fixes for various existing hook documentation. 2014-04-12 00:00:32 +00:00
credits.php
edit.php
freedoms.php
index.php Use SSL when linking to WordPress.org. see #27115. 2014-03-08 04:13:28 +00:00
menu.php Add missing Dashicons classes to Network Admin menu, see #26630. 2014-03-06 22:51:53 +00:00
plugin-editor.php
plugin-install.php
plugins.php
profile.php
settings.php Language packs: No WPLANG anymore. 2014-08-26 19:58:33 +00:00
setup.php
site-info.php Fix syntax for single- and multi-line comments in wp-admin-directory files. 2014-07-17 09:13:53 +00:00
site-new.php Implement email and url input types where appropriate. Props Kau-Boy. Fixes #22183. 2014-07-08 17:51:58 +00:00
site-settings.php Replace all uses of like_escape() with $wpdb->esc_like(). 2014-06-10 00:43:32 +00:00
site-themes.php Network Admin: Fix pagination on site-themes and site-users. 2014-03-25 16:56:45 +00:00
site-users.php hackificator doesn't like mixed quote styles in some generated HTML. The switch from single to double allows these files to be parsed. 2014-05-19 01:58:28 +00:00
sites.php Use SSL when linking to WordPress.org. see #27115. 2014-03-08 04:13:28 +00:00
theme-editor.php
theme-install.php
themes.php In wp-admin/network/themes.php, break is unreachabled after exit. 2014-05-06 18:07:33 +00:00
update-core.php
update.php
upgrade.php Fix some hackificator odds and ends in wp-admin: 2014-05-19 05:03:44 +00:00
user-edit.php
user-new.php Use SSL when linking to WordPress.org. see #27115. 2014-03-08 04:13:28 +00:00
users.php Add new action 'delete_user_form' in wp-admin/users.php and wp-admin/network/users.php. 2014-06-28 04:42:24 +00:00