Changeset 19699 for trunk/wp-admin/credits.php
- Timestamp:
- 01/06/2012 05:53:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/credits.php
r19571 r19699 45 45 list( $display_version ) = explode( '-', $wp_version ); 46 46 47 include( './admin-header.php' );47 include( ABSPATH . 'wp-admin/admin-header.php' ); 48 48 ?> 49 49 <div class="wrap about-wrap"> … … 74 74 /* translators: Url to the codex documentation on contributing to WordPress used on the credits page */ 75 75 __( 'http://codex.wordpress.org/Contributing_to_WordPress' ) ) . '</p>'; 76 include( './admin-footer.php' );76 include( ABSPATH . 'wp-admin/admin-footer.php' ); 77 77 exit; 78 78 } … … 135 135 <?php 136 136 137 include( './admin-footer.php' );137 include( ABSPATH . 'wp-admin/admin-footer.php' ); 138 138 139 139 return;
Note: See TracChangeset
for help on using the changeset viewer.