Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#27429 closed defect (bug) (fixed)

Hook Docs (9): wp-admin/includes/file.php

Reported by: drewapicture's profile DrewAPicture Owned by: kpdesign's profile kpdesign
Milestone: 3.9 Priority: normal
Severity: normal Version:
Component: Filesystem API Keywords: has-patch commit
Focuses: docs Cc:

Description

Attached patch documents the following hooks:

  • wp_handle_upload_prefilter
  • wp_handle_upload
  • admin_memory_limit
  • unzip_file_use_ziparchive
  • filesystem_method_file
  • filesystem_method
  • request_filesystem_credentials
  • fs_ftp_connection_types

Attachments (2)

27429.diff (6.4 KB) - added by DrewAPicture 9 years ago.
27429.2.diff (6.5 KB) - added by kpdesign 9 years ago.
Second pass

Download all attachments as: .zip

Change History (5)

@DrewAPicture
9 years ago

@kpdesign
9 years ago

Second pass

#1 @kpdesign
9 years ago

  • Keywords commit added
  • Owner set to kpdesign
  • Status changed from new to reviewing

27429.2.diff contains a few minor tweaks.

This should be good to go in. Recommend commit.

#2 @DrewAPicture
9 years ago

  • Milestone changed from Awaiting Review to 3.9

#3 @DrewAPicture
9 years ago

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

In 27672:

Inline documentation for hooks in wp-admin/includes/file.php.

Fixes #27429.

Note: See TracTickets for help on using tickets.