Commits
User selector
Commit History
Commits on Feb 13, 2024
Multisite: Escape urls and html elements in wp-activate.php
Show description for c285dedcommitted
Commits on Dec 4, 2023
Coding Standards: Add missing escaping in `wp-activate.php`.
Show description for 7f0b940committed
Commits on May 12, 2023
Docs: Various corrections and improvements to inline docs and docblocks.
Show description for 2310db6committed
Commits on Mar 10, 2023
Networks and Sites: Replace `get_blog_details` with `get_site`.
Show description for 4af22e5committed
Commits on Sep 16, 2022
Login and Registration: Access improvements to network signup.
Show description for a091aadcommitted
Commits on Jan 21, 2021
Robots: Introduce Robots API.
Show description for 176a1f5committed
Commits on Jul 28, 2020
Login and Registration: Link to the correct site after activating a user on a Multisite install in subdirectory mode.
Show description for 087d112committed
Commits on Apr 5, 2020
Coding Standards: Use strict type check for `in_array()` and `array_search()` where strings are involved.
Show description for 0b4e2c4committed
Commits on Feb 6, 2020
Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant.
Show description for e72fff9committed
Commits on Jan 29, 2020
Docs: Improve inline comments per the documentation standards.
Show description for cfc3b57committed
Commits on Jan 9, 2020
Coding Standards: Use strict comparison and Yoda conditions in the root directory files.
Show description for f243dc3committed
Commits on Sep 3, 2019
I18N: Capitalize translator comments consistently, add trailing punctuation.
Show description for 00b03f2committed
Commits on Jan 12, 2019
Coding Standards: Upgrade WPCS to 1.2.1.
Show description for 992184ccommitted
Commits on Dec 13, 2018
Multisite: Validate activation links.
Show description for cac7b92committed
peterwilsonccMultisite: Improve messaging for previously activated users.
Show description for b5bfe2bcommitted
Commits on Aug 15, 2018
Coding Standards: Prepare for upgrading WPCS to 1.0.0.
Show description for cb3d177committed
Commits on May 1, 2018
Login and Registration: Send `nocache_headers()` on Multisite account activation pages.
Show description for a7cdcb9committed
Commits on Apr 30, 2018
Coding standards: Change a few occurrences of font weight 700 to 600 in multisite signup and activate.
Show description for 2e08b27committed
Commits on Mar 18, 2018
Multisite: Use a numbered placeholder in `sprintf()` for the site URL.
Show description for 4b89863committed
Commits on Nov 30, 2017
Code is Poetry.
Show description for 8f95800committed
Commits on Sep 23, 2017
I18N: Remove HTML tags from translatable strings in `wp-activate.php`.
Show description for 4994c77committed
Commits on Aug 1, 2017
Commits on Sep 27, 2016
Multisite: Use `get_home_url()` instead of `get_blogaddress_by_id()` in `wp-activate.php`.
Show description for b97b0b4committed
Commits on May 24, 2016
I18N: Add translators comments to wp-activate.php.
Show description for 0a76772committed
Commits on May 23, 2016
Docs: Apply inline `@see` tags to hooks referenced in DocBlocks for root directory files.
Show description for 3ae9bf6committed
Commits on Jan 28, 2016
Networks and sites: Replace "blog" usage with "site" in docs.
Show description for 3fde994committed
ericlewis
Commits on Oct 6, 2015
Registration: Remove the last remaining `Lucida Grande` from WordPress.
Show description for 4bec144committed
Commits on Oct 5, 2015
MS: Pass context to `get_header()` and `get_footer()` in activation/signup.
Show description for 87232d4committed
Commits on Oct 3, 2015
MS: Align HTML structure in `wp-signup.php` and `wp-activate.php`.
Show description for f7647bacommittedUse `wp_login_url()` for login links when signing up for a new blog or activating a new blog on Multisite.
Show description for 2212c0fcommitted
Commits on Sep 15, 2015
Implement `wp_login_url()` and `wp_registration_url()` in places where `wp-login.php` is currently hard-coded.
Show description for 1a352d5committedTwentyFifteen|Sixteen themes have a `<div id="content">` in the header. Change the `<div>` IDs in `wp-activate.php` and `wp-signup.php` to be unique to each page.
Show description for 337451bcommitted
Commits on Aug 20, 2014
Commits on May 19, 2014
Fix some `hackificator` odds and ends in `wp-admin`:
Show description for e43d2a7committed
Commits on May 13, 2014
Eliminate use of `extract()` in `wp-activate.php`.
Show description for b3ff528committed