Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4573 closed enhancement (fixed)

Minor coding style inconsistency in wp-comments-post.php

Reported by: jeremyvisser's profile JeremyVisser Owned by:
Milestone: 2.3 Priority: lowest
Severity: trivial Version: 2.3
Component: Optimization Keywords: has-patch commit
Focuses: Cc:

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)

wp-comments-post.php.diff (585 bytes) - added by JeremyVisser 17 years ago.

Download all attachments as: .zip

Change History (3)

#1 @markjaquith
17 years ago

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

(In [5777]) Update wp-comments-post.php to WP coding conventions. props JeremyVisser. fixes #4573

#2 @matt
17 years ago

Thank you.

Note: See TracTickets for help on using tickets.