Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#29347 closed defect (bug) (fixed)

Missing default connection type in request_filesystem_credentials()

Reported by: ocean90's profile ocean90 Owned by: ocean90's profile ocean90
Milestone: 4.0 Priority: normal
Severity: normal Version: 4.0
Component: Filesystem API Keywords:
Focuses: Cc:

Description

Reported by Pat, https://wordpress.org/support/topic/40-beta-4-update-corephp-not-auto-selecting-ftp-radio

See [28456]: $connection_type = isset( $credentials[''] ) ? $credentials[''] : '';

Change History (1)

#1 @ocean90
11 years ago

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

In 29580:

Add missing array keys for connection type in request_filesystem_credentials().

see [28456].
fixes #29347.

Note: See TracTickets for help on using tickets.