Make WordPress Core

Opened 2 months ago

Closed 2 months ago

Last modified 2 months ago

#62661 closed defect (bug) (wontfix)

Remove unnecessary space

Reported by: subrata-deb-nath's profile Subrata Deb Nath Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Export Keywords: has-patch
Focuses: docs Cc:

Description

Removed extra space in the inline doc comment src/wp-admin/export.php

Attachments (1)

62661.diff (319 bytes) - added by Subrata Deb Nath 2 months ago.
patch

Download all attachments as: .zip

Change History (2)

@Subrata Deb Nath
2 months ago

patch

#3 @sabernhardt
2 months ago

  • Component changed from General to Export
  • Focuses docs added
  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed
  • Version trunk deleted

Those spaces are important to keep around the $wpdb global. According to documentation standards, multiple globals "should be aligned by type, variable, and description, with each other as a group."

Note: See TracTickets for help on using tickets.