Make WordPress Core

Opened 7 months ago

Closed 7 months ago

Last modified 7 months ago

#61295 closed defect (bug) (fixed)

Need to Correct the placement of @global tag in some files (Documentation)

Reported by: shailu25's profile shailu25 Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.6 Priority: normal
Severity: trivial Version:
Component: General Keywords: has-patch
Focuses: docs Cc:

Description

@global tag placement is wrong in below files documentation, according to PHP Documentation Standards.

  1. wp-admin/export.php
  2. wp-includes/widgets/class-wp-nav-menu-widget.php
  3. wp-includes/widgets.php
  4. wp-includes/script-modules.php
  5. wp-includes/post.php
  6. wp-includes/functions.wp-styles.php
  7. wp-includes/functions.wp-scripts.php
  8. wp-includes/functions.php
  9. wp-includes/feed.php
  10. wp-includes/class-wp-locale.php

Change History (6)

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


7 months ago
#1

  • Keywords has-patch added

#2 @shailu25
7 months ago

  • Keywords has-patch removed
  • Severity changed from normal to trivial

#3 @shailu25
7 months ago

  • Keywords has-patch added

#4 @SergeyBiryukov
7 months ago

  • Milestone changed from Awaiting Review to 6.6

#5 @SergeyBiryukov
7 months ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 58200:

Docs: Correct the placement of @global tags in various files.

Follow-up to [6589], [8598], [10798], [25490], [25594], [31192], [31194], [35718], [37437], [44169], [44948], [45247], [56763], [56773], [57370], [57503].

Props shailu25.
Fixes #61295.

@SergeyBiryukov commented on PR #6631:


7 months ago
#6

Thanks for the PR! Merged in r58200.

Note: See TracTickets for help on using tickets.