Make WordPress Core


Ignore:
Timestamp:
04/18/2010 06:14:45 AM (14 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/index.php

    r12728 r14139  
    88
    99/** Load WordPress Bootstrap */
    10 require_once('admin.php');
     10require_once('./admin.php');
    1111
    1212/** Load WordPress dashboard API */
     
    2727add_contextual_help($current_screen, '<p>' . __('The modules on this screen can be arranged in several columns. You can select the number of columns from the Screen Options tab.') . "</p>\n" . drag_drop_help() );
    2828
    29 require_once('admin-header.php');
     29require_once('./admin-header.php');
    3030
    3131$today = current_time('mysql', 1);
Note: See TracChangeset for help on using the changeset viewer.