Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#49227 closed defect (bug) (fixed)

Fix typos and docs standards in some file

Reported by: passoniate's profile passoniate Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.4 Priority: normal
Severity: normal Version: 5.4
Component: Administration Keywords: has-patch
Focuses: docs, coding-standards Cc:

Description

Fix typos and docs standards in some file

Attachments (1)

49227.patch (17.5 KB) - added by passoniate 5 years ago.
Patch

Download all attachments as: .zip

Change History (5)

@passoniate
5 years ago

Patch

#1 @passoniate
5 years ago

  • Keywords has-patch added; needs-patch removed

#2 @SergeyBiryukov
5 years ago

  • Milestone changed from Awaiting Review to 5.4
  • Owner set to SergeyBiryukov
  • Status changed from new to reviewing

#3 @apedog
5 years ago

// Update_meta expects slashed.

update_meta should not be capped.

echo "</div>\n"; // #plugin-information-scrollable.
'advanced-cache.php'      => array( __( 'Advanced caching plugin.' ), 'WP_CACHE' ), // WP_CACHE.
$dropins['sunrise.php']        = array( __( 'Executed before Multisite is loaded.' ), 'SUNRISE' ); // SUNRISE.

These are not sentences. Maybe doesn't need punctuation. It's constants and a div's id attribute. Punctuation just feels weird here.

#4 @SergeyBiryukov
5 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 47119:

Docs: Improve comments in some wp-admin files per the documentation standards.

Follow-up to [47084].

Props passoniate, apedog.
Fixes #49223, #49227.

Note: See TracTickets for help on using tickets.