Make WordPress Core

Opened 22 months ago

Closed 21 months ago

Last modified 21 months ago

#62254 closed enhancement (fixed)

Add file header DocBlock for wp-signup.php

Reported by: aboelfotoh Owned by: SergeyBiryukov
Priority: normal Milestone: 6.8
Component: Login and Registration Version: 6.6.2
Severity: normal Keywords: has-patch
Cc: Focuses: docs, multisite

Description

While reading the root directory files I noticed that all of them contain a comment block at the beginning explaining what the file does EXCEPT the wp-signup.php file. It just contains comments for the steps that it executes without a comment for the main function of the file.

With my best wishes!
Mohamed Aboelfotoh

Change History (7)

#1 @SergeyBiryukov
22 months ago

  • Component CommentsLogin and Registration
  • Focuses docs multisite added
  • Summary Suggest an update to the wp-signup.phpAdd file header DocBlock for wp-signup.php

This ticket was mentioned in PR #7610 on WordPress/wordpress-develop by @jdahir0789.


22 months ago
#2

  • Keywords has-patch added

Add Doc comment on wp-signup.php

@apermo commented on PR #7610:


22 months ago
#3

@jdahir0789 Looks good to me.

#4 @SergeyBiryukov
21 months ago

  • Milestone Awaiting Review6.8

#5 @SergeyBiryukov
21 months ago

  • Owner set to SergeyBiryukov
  • Status newaccepted

#6 @SergeyBiryukov
21 months ago

  • Resolutionfixed
  • Status acceptedclosed

In 59378:

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

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

Props jdahir0789, apermo, aboelfotoh.
Fixes #62254.

@SergeyBiryukov commented on PR #7610:


21 months ago
#7

Thanks for the PR! Merged in r59378.

Note: See TracTickets for help on using tickets.