#4573 closed enhancement (fixed)
Minor coding style inconsistency in wp-comments-post.php
| Reported by: | JeremyVisser | Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | 2.3 |
| Component: | Optimization | Version: | 2.3 |
| Severity: | trivial | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
In wp-comments-post.php, at the very top, there is a small instance of double quotes being used where single quotes should be used (performance), and spaces used when tabs should be used.
Patch attached is patched against trunk rev 5773.
Environment
- WordPress trunk (2.3)
- WordPress MU 1.2.2
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5777]) Update wp-comments-post.php to WP coding conventions. props JeremyVisser. fixes #4573