|
Revision 1218, 0.5 kB
(checked in by donncha, 9 months ago)
|
Merged with WordPress? 2.5, unstable, only for testing
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
</div><!-- wpbody --> |
|---|
| 2 |
</div><!-- wpcontent --> |
|---|
| 3 |
</div><!-- wpwrap --> |
|---|
| 4 |
<div id="footer"> |
|---|
| 5 |
<p><?php |
|---|
| 6 |
do_action('in_admin_footer', ''); |
|---|
| 7 |
$footer_text = __('Thank you for creating with <a href="http://mu.wordpress.org/">WordPress MU</a>') . ' | ' . __('<a href="http://mu.wordpress.org/docs/">Documentation</a>'); |
|---|
| 8 |
echo apply_filters( 'admin_footer_text', $footer_text ); |
|---|
| 9 |
?></p> |
|---|
| 10 |
</div> |
|---|
| 11 |
<?php do_action('admin_footer', ''); ?> |
|---|
| 12 |
<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script> |
|---|
| 13 |
</body> |
|---|
| 14 |
</html> |
|---|
| 15 |
|
|---|