summaryrefslogtreecommitdiffstatshomepage
path: root/src/wp-includes/ms-functions.php
Commit message (Expand)AuthorAge
* Multisite: Use `wp_rand()` in signup key creation.Jeremy Felt2017-01-11
* I18n: Begin introducing translator comments for strings which include placeho...John Blackbourn2016-11-21
* Multisite: Rename the `$user` parameter to `$user_login` in `wpmu_signup_blog...Dominik Schilling (ocean90)2016-11-11
* I18N: Introduce a locale-switching function.Dominik Schilling (ocean90)2016-10-26
* Multisite: Replace `get_blog_details()` in inline documentation.Jeremy Felt2016-10-26
* Multisite: Replace `get_blog_details()` in `get_active_blog_for_user()` with ...Jeremy Felt2016-10-25
* Multisite: Replace `get_blog_details()` in `add_user_to_blog()` with `get_sit...Jeremy Felt2016-10-25
* Multisite: Use `get_network()` and `get_current_network_id()` for current net...Jeremy Felt2016-10-19
* Multisite: Allow to set the site language of a new site to English.Dominik Schilling (ocean90)2016-09-26
* Multisite: Revert [38388].Jeremy Felt2016-09-20
* Multisite: use `get_current_blog_id()` where applicable, in lieu of plucking ...Scott Taylor2016-08-31
* Multisite: move `get_current_site()` to `load.php` so that it can be used in ...Scott Taylor2016-08-26
* Docs: Correct and clarify various `@since` docs.John Blackbourn2016-08-04
* Docs: Use 3-digit, x.x.x-style semantic versioning for `_doing_it_wrong()`, `...Sergey Biryukov2016-07-06
* Multisite: Deprecate `wp_get_sites()`Jeremy Felt2016-06-08
* Multisite: Remove the output parameter from `get_site()`Jeremy Felt2016-06-08
* Multisite: Replace `$wpdb->blog` queries in `ms-functions.php` with `get_site...Jeremy Felt2016-06-02
* Multisite: Bump `last_changed` cache on site update and creationJeremy Felt2016-06-02
* Multisite: Replace `wp_get_sites()` internals with `get_sites()`Jeremy Felt2016-06-01
* Docs: Apply inline `@see` tags to hooks referenced in DocBlocks in wp-include...Drew Jaynes2016-05-23
* Docs: Standardize filter docs in wp-includes/ms-functions.php to use third-pe...Drew Jaynes2016-05-22
* Docs: Update the return type for `get_active_blog_for_user()`Jeremy Felt2016-03-09
* Docs: Update the return type for `get_current_site()`Jeremy Felt2016-03-09
* Docs: Improve documentation for the `update_welcome_user_email()` filter, int...Pascal Birchler2016-03-03
* Networks and Sites: Clarify the docblock for `get_current_site()` so it's cle...John Blackbourn2016-01-14
* Docs: `@param` fixes for a variety of docblocks.John Blackbourn2016-01-09
* Docs: Miscellaneous docblock corrections.John Blackbourn2015-12-23
* After [35718], update the location of some files in `This filter is documente...Sergey Biryukov2015-11-22
* Cast `'illegal_user_logins'` filter result to array.Sergey Biryukov2015-11-12
* Users: After [35189], make `'illegal_user_logins'` check case-insensitive.Sergey Biryukov2015-11-12
* Filesystem: Following the introduction of the `KB|MB|GB|TB_IN_BYTES` constant...Drew Jaynes2015-10-21
* Users: Add `'illegal_user_logins'` filter to allow certain usernames to be bl...Sergey Biryukov2015-10-15
* Docs: Add missing descriptions for the `$wpdb` global in DocBlocks all the pl...Drew Jaynes2015-10-14
* Multisite: Improve two error strings specifying allowed characters in usernam...Drew Jaynes2015-10-13
* MS: Adjust `_network_option()` parameter order, `$network_id` is first.Jeremy Felt2015-10-11
* MS: Allow for a `blog_upload_space` setting of 0 to restrict uploads.Jeremy Felt2015-10-10
* Correctly set the scheme of the `home` and `siteurl` options when creating a ...John Blackbourn2015-10-07
* Revert [34778], continue using `_site_option()` for the current network.Jeremy Felt2015-10-07
* Multisite: Introduce `get_subdirectory_reserved_names()`, which returns a fil...Drew Jaynes2015-10-06
* Multisite: in `wpmu_validate_blog_signup()`, pass `embed` to the array passed...Scott Taylor2015-10-06
* Use `wp_installing()` instead of `WP_INSTALLING` constant.Boone Gorges2015-10-05
* MS: Use `*_network_option()` functions throughout core.Jeremy Felt2015-10-02
* Deprecate `get_admin_users_for_domain()`. This function has never been used i...John Blackbourn2015-10-01
* This function is blessed.John Blackbourn2015-10-01
* Deprecate `create_empty_blog()`. This function has never been used in core.John Blackbourn2015-10-01
* Docs: Clarify `$user` parameter documentation in `wpmu_validate_blog_signup`.Jeremy Felt2015-09-29
* After [34577], alter `wp_xmlrpc_server::mw_newMediaObject()` to check upload ...Scott Taylor2015-09-26
* Multisite: Don't limit site titles to 50 chars.Boone Gorges2015-09-23
* Docs: Include 'wp-json' in the 4.4.0 changelog entry for the `subdirectory_re...Drew Jaynes2015-09-22
* Multisite: as a precaution, make `wp-json` a reserved subdirectory name.Scott Taylor2015-09-22