Make WordPress Core


Ignore:
Timestamp:
01/06/2012 05:53:41 PM (15 years ago)
Author:
nacin
Message:

Create a network/about.php page and leverage it, to prevent the dashboard from switching to the blog admin. fixes #19762.

File:
1 edited

Legend:

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

    r19536 r19699  
    1414list( $display_version ) = explode( '-', $wp_version );
    1515
    16 include( './admin-header.php' );
     16include( ABSPATH . 'wp-admin/admin-header.php' );
    1717?>
    1818<div class="wrap about-wrap">
     
    5555
    5656</div>
    57 <?php include( './admin-footer.php' ); ?>
     57<?php include( ABSPATH . 'wp-admin/admin-footer.php' ); ?>
Note: See TracChangeset for help on using the changeset viewer.