Ticket #3079 (closed defect (bug): fixed)

Opened 5 years ago

Last modified 5 years ago

mkdir inconsistencies

Reported by: matt Owned by: ryan
Priority: low Milestone:
Component: Optimization Version: 2.0.4
Severity: minor Keywords: has-patch
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

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

Change History

  • 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?

comment:2   ryan5 years ago

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

  • Keywords dev-feedback removed

Nazgul5 years ago

  • Keywords has-patch added

Added a patch which removes mkdir_p from xmlrpc.php.

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

Candidate for 2.0.5

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

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

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

  • Milestone 2.0.5 deleted

Milestone 2.0.5 deleted

Note: See TracTickets for help on using tickets.