Ticket #4573 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

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

Reported by: JeremyVisser Assigned to: anonymous
Priority: lowest Milestone: 2.3
Component: Optimization Version: 2.3
Severity: trivial Keywords: has-patch commit
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

Attachments

wp-comments-post.php.diff (0.6 kB) - added by JeremyVisser on 07/01/07 12:27:38.

Change History

07/01/07 12:27:38 changed by JeremyVisser

  • attachment wp-comments-post.php.diff added.

07/04/07 16:12:37 changed by markjaquith

  • status changed from new to closed.
  • resolution set to fixed.

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

07/05/07 09:12:16 changed by matt

Thank you.