Make WordPress Core


Ignore:
Timestamp:
05/18/2014 08:51:44 PM (10 years ago)
Author:
wonderboymusic
Message:

hackificator complains if you call include 'file.php' without the parens, needs to be include( 'file.php' )

See #27881.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/async-upload.php

    r28478 r28479  
    3939
    4040if ( isset( $_REQUEST['action'] ) && 'upload-attachment' === $_REQUEST['action'] ) {
    41     include ABSPATH . 'wp-admin/includes/ajax-actions.php';
     41    include( ABSPATH . 'wp-admin/includes/ajax-actions.php' );
    4242
    4343    send_nosniff_header();
Note: See TracChangeset for help on using the changeset viewer.