Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#36919 closed enhancement (fixed)

dbDelta() DRY up the code for $tablefield handling

Reported by: ocean90 Owned by: ocean90
Priority: normal Milestone: 4.6
Component: Database Version:
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

There are a lot of nested strtolower() calls which should only be done once.

Attachments (1)

36919.patch (3.5 KB ) - added by ocean90 10 years ago.

Download all attachments as: .zip

Change History (3)

@ocean90
10 years ago

#1 @ocean90
10 years ago

  • Owner set to ocean90
  • Resolutionfixed
  • Status newclosed

In 37532:

Database: Reduce the number of strtolower() calls in dbDelta().

Fixes #36919.

This ticket was mentioned in Slack in #core-customize by celloexpressions. View the logs.


10 years ago

Note: See TracTickets for help on using tickets.