mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00: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…
Reference in New Issue
Block a user