Make WordPress Core


Ignore:
Timestamp:
01/06/2012 06:08:45 PM (13 years ago)
Author:
nacin
Message:

about.php and friends for the global dashboard. see #19762.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user/credits.php

    r19699 r19700  
    11<?php
    22/**
    3  * Network Credits administration panel.
     3 * User Dashboard Credits administration panel.
    44 *
    55 * @package WordPress
    6  * @subpackage Multisite
    7  * @since 3.1.0
     6 * @subpackage Administration
     7 * @since 3.4.0
    88 */
    99
     
    1111require_once( './admin.php' );
    1212
    13 if ( ! is_multisite() )
    14     wp_die( __( 'Multisite support is not enabled.' ) );
    15 
    1613require( '../credits.php' );
Note: See TracChangeset for help on using the changeset viewer.