|
Revision 1135, 343 bytes
(checked in by donncha, 1 year ago)
|
Removed $upgrade, not used here, fixes #477
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
<div id="footer"> |
|---|
| 3 |
<p><?php |
|---|
| 4 |
|
|---|
| 5 |
echo __('Thank you for creating with <a href="http://mu.wordpress.org/">WordPress MU</a>').' | '.__('<a href="http://mu.wordpress.org/docs/">Documentation</a>') ?></p> |
|---|
| 6 |
</div> |
|---|
| 7 |
<?php do_action('admin_footer', ''); ?> |
|---|
| 8 |
<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script> |
|---|
| 9 |
</body> |
|---|
| 10 |
</html> |
|---|
| 11 |
|
|---|