mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
Use ABSPATH when including footer. Props vladimir_kolesnikov. fixes #8848 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10378 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
19577d0a8d
commit
bbc6c8b1bd
@ -41,4 +41,4 @@ $today = current_time('mysql', 1);
|
||||
|
||||
</div><!-- wrap -->
|
||||
|
||||
<?php require('./admin-footer.php'); ?>
|
||||
<?php require(ABSPATH . 'wp-admin/admin-footer.php'); ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user