Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#3079 closed defect (bug) (fixed)

mkdir inconsistencies

Reported by: matt's profile matt Owned by: ryan's profile ryan
Milestone: Priority: low
Severity: minor Version: 2.0.4
Component: Optimization Keywords: has-patch
Focuses: Cc:

Description

We seem to have multiple uses of a recursive mkdir, one in functions.php and one in xmlrpc.php.

The latter seems less comprehensive, and should probably be removed/replaced.

Attachments (1)

3079.diff (773 bytes) - added by Nazgul 19 years ago.

Download all attachments as: .zip

Change History (9)

#1 @Nazgul
19 years ago

  • Keywords dev-feedback added

As far as I can tell the mkdir_p function in xmlrpc.php isn't even being used in core.

Do we want do mark it as deprecate, or do we want to remove it?

#2 @ryan
19 years ago

We can safely remove it from xmlrpc.php. No need to deprecate.

#3 @foolswisdom
19 years ago

  • Keywords dev-feedback removed

@Nazgul
19 years ago

#4 @Nazgul
19 years ago

  • Keywords has-patch added

Added a patch which removes mkdir_p from xmlrpc.php.

#5 @Nazgul
19 years ago

  • Milestone changed from 2.1 to 2.0.5
  • Version changed from 2.1 to 2.0.4

Candidate for 2.0.5

#6 @markjaquith
19 years ago

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

(In [4301]) remove unused mkdir_p() function. props Nazgul. fixes #3079

#7 @markjaquith
19 years ago

(In [4302]) remove unused mkdir_p() function. props Nazgul. fixes #3079

#8 @(none)
18 years ago

  • Milestone 2.0.5 deleted

Milestone 2.0.5 deleted

Note: See TracTickets for help on using tickets.