Make WordPress Core


Ignore:
Timestamp:
05/18/2014 08:51:44 PM (11 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/user-edit.php

    r27743 r28479  
    188188    wp_die(__('You do not have permission to edit this user.'));
    189189
    190 include (ABSPATH . 'wp-admin/admin-header.php');
     190include(ABSPATH . 'wp-admin/admin-header.php');
    191191?>
    192192
Note: See TracChangeset for help on using the changeset viewer.