[wpmu-trac] [WordPress MU Trac] #713: Add $blog_url, $blog_id,
$_SERVER['SERVER_ADDR'] to 'admin-footer.php' or
'do_action('admin_footer', '')'
WordPress MU Trac
wpmu-trac at lists.automattic.com
Thu Aug 14 16:42:50 GMT 2008
#713: Add $blog_url, $blog_id, $_SERVER['SERVER_ADDR'] to 'admin-footer.php' or
'do_action('admin_footer', '')'
-------------------------+--------------------------------------------------
Reporter: webmaestro | Owner: somebody
Type: enhancement | Status: new
Priority: low | Milestone:
Component: component1 | Version:
Severity: minor | Keywords:
-------------------------+--------------------------------------------------
I'd like to see the following code added to the {{{/wp-admin/admin-
footer.php}}} below (or inside) {{{<?php do_action('admin_footer', '');
?>}}}:
`
<p align="center"><a href="/"><?=$_SERVER['HTTP_HOST'] . '</a> ~ '
.$wpdb->blogid . ' ~ ' .$_SERVER['SERVER_ADDR']?></p>
`
In the case of my DEV server, that looks like this:
<p align="center"><a href="/">clay.freedomblogging.com</a> ~ 13 ~
10.20.80.11</p>
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/713>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list