Make WordPress Core


Ignore:
Timestamp:
11/10/2010 02:27:15 PM (14 years ago)
Author:
nacin
Message:

Network admin multisite checks and docs. see #14435.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/site-new.php

    r15908 r16272  
    11<?php
    2 
    32/**
    43 * Add Site Administration Screen
    54 *
    65 * @package WordPress
    7  * @subpackage Administration
     6 * @subpackage Multisite
    87 * @since 3.1.0
    98 */
    109
    1110/** Load WordPress Administration Bootstrap */
    12 require_once('./admin.php');
     11require_once( './admin.php' );
    1312
    1413if ( ! is_multisite() )
Note: See TracChangeset for help on using the changeset viewer.