mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
73b84563d3
git-svn-id: http://svn.automattic.com/wordpress/trunk@7114 1a063a9b-81f0-0310-95a4-ce76da25c4cd
15 lines
571 B
PHP
15 lines
571 B
PHP
</div><!-- wpbody -->
|
|
</div><!-- wpcontent -->
|
|
</div><!-- wpwrap -->
|
|
<div id="footer">
|
|
<p><?php
|
|
do_action('in_admin_footer', '');
|
|
$upgrade = apply_filters( 'update_footer', '' );
|
|
echo __('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>').' | '.__('<a href="http://codex.wordpress.org/">Documentation</a>').' | '.__('<a href="http://wordpress.org/support/forum/4">Feedback</a>').' '.$upgrade;
|
|
?></p>
|
|
</div>
|
|
<?php do_action('admin_footer', ''); ?>
|
|
<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
|
|
</body>
|
|
</html>
|