Make WordPress Core

Ticket #46102: #46102.patch

File #46102.patch, 491 bytes (added by chinteshprajapati, 6 years ago)
  • src/wp-activate.php

     
    11<?php
    22/**
    33 * Confirms that the activation key that is sent in an email after a user signs
    4  * up for a new site matches the key for that user and then displays confirmation.
     4 * up for a new site matches the key for that user and then displays a confirmation.
    55 *
    66 * @package WordPress
    77 */