Make WordPress Core

Opened 15 years ago

Closed 14 years ago

#10245 closed enhancement (fixed)

Remove some variables unecessarily wrapped in quotes

Reported by: johnbillion's profile johnbillion Owned by:
Milestone: 3.0 Priority: lowest
Severity: minor Version: 2.8
Component: Optimization Keywords: has-patch early
Focuses: Cc:

Description

Several variables are unecessarily wrapped in "double quotes" when echoing/assigning/etc. Let's pull them out to gain a millisecond or three.

Attachments (1)

10245.patch (13.2 KB) - added by johnbillion 15 years ago.

Download all attachments as: .zip

Change History (6)

@johnbillion
15 years ago

#1 @johnbillion
15 years ago

  • Keywords has-patch added

Patch

#2 @Denis-de-Bernardy
15 years ago

  • Keywords close added
  • Milestone changed from Unassigned to 2.9

I believe most of this is done on purpose

#3 @Denis-de-Bernardy
15 years ago

  • Owner Denis-de-Bernardy deleted
  • Status changed from new to assigned

#4 @ryan
14 years ago

  • Keywords early added; close removed
  • Milestone changed from 2.9 to 3.0

Seems fine, but let's wait for 3.0.

#5 @ryan
14 years ago

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

(In [12513]) Remove unneeded quotes around vars. Props johnbillion. fixes #10245

Note: See TracTickets for help on using tickets.