Make WordPress Core


Ignore:
Timestamp:
04/18/2010 06:14:45 AM (13 years ago)
Author:
nacin
Message:

Use relative paths when including files, avoiding include_path. fixes #12594, props sorich87.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/sidebar.php

    r11204 r14139  
    1414
    1515/** WordPress Administration Bootstrap */
    16 require_once('admin.php');
     16require_once('./admin.php');
    1717
    1818if ( ! current_user_can('edit_posts') )
Note: See TracChangeset for help on using the changeset viewer.