Opened 6 years ago
Closed 6 years ago
#49227 closed defect (bug) (fixed)
Fix typos and docs standards in some file
| Reported by: | passoniate | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.4 |
| Component: | Administration | Version: | 5.4 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs, coding-standards |
Description
Fix typos and docs standards in some file
Attachments (1)
Change History (5)
#3
@
6 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.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch