Make WordPress Core


Ignore:
Timestamp:
01/06/2012 05:53:41 PM (13 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/credits.php

    r19571 r19699  
    4545list( $display_version ) = explode( '-', $wp_version );
    4646
    47 include( './admin-header.php' );
     47include( ABSPATH . 'wp-admin/admin-header.php' );
    4848?>
    4949<div class="wrap about-wrap">
     
    7474        /* translators: Url to the codex documentation on contributing to WordPress used on the credits page */
    7575        __( 'http://codex.wordpress.org/Contributing_to_WordPress' ) ) . '</p>';
    76     include( './admin-footer.php' );
     76    include( ABSPATH . 'wp-admin/admin-footer.php' );
    7777    exit;
    7878}
     
    135135<?php
    136136
    137 include( './admin-footer.php' );
     137include( ABSPATH . 'wp-admin/admin-footer.php' );
    138138
    139139return;
Note: See TracChangeset for help on using the changeset viewer.