[wp-trac] [WordPress Trac] #49227: Fix typos and docs standards in some file
WordPress Trac
noreply at wordpress.org
Sun Jan 19 14:58:07 UTC 2020
#49227: Fix typos and docs standards in some file
----------------------------+-------------------------------------
Reporter: passoniate | Owner: SergeyBiryukov
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: 5.4
Component: Administration | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch | Focuses: docs, coding-standards
----------------------------+-------------------------------------
Comment (by apedog):
{{{
// 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.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/49227#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list