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