Make WordPress Core

Changeset 59378


Ignore:
Timestamp:
11/10/2024 09:34:29 PM (5 months ago)
Author:
SergeyBiryukov
Message:

Docs: Add file header DocBlock for wp-signup.php.

Follow-up to mu:543, mu:557, [12603].

Props jdahir0789, apermo, aboelfotoh.
Fixes #62254.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-signup.php

    r55942 r59378  
    11<?php
     2/**
     3 * WordPress Signup Page
     4 *
     5 * Handles the user registration and site creation process for multisite installations.
     6 *
     7 * @package WordPress
     8 */
    29
    310/** Sets up the WordPress Environment. */
Note: See TracChangeset for help on using the changeset viewer.