Make WordPress Core

Changeset 6551 for trunk/wp-app.php


Ignore:
Timestamp:
01/04/2008 07:36:34 PM (17 years ago)
Author:
ryan
Message:

Unused var cleanup. Props DD32. see #5418

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r6507 r6551  
    426426        $file = $file['file'];
    427427
    428         apply_filters('wp_create_file_in_uploads', $file); // replicate
     428        do_action('wp_create_file_in_uploads', $file); // replicate
    429429
    430430        // Construct the attachment array
Note: See TracChangeset for help on using the changeset viewer.