mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-17 16:15:24 +01:00
7c2dbb9cb1
git-svn-id: http://svn.automattic.com/wordpress/trunk@5892 1a063a9b-81f0-0310-95a4-ce76da25c4cd
13 lines
476 B
PHP
13 lines
476 B
PHP
|
|
<div id="footer">
|
|
<p><?php
|
|
|
|
$upgrade = apply_filters( 'update_footer', '' );
|
|
printf( __( 'Thank you for creating with <a href="%s">WordPress</a> | <a href="%s">Documentation</a> | <a href="%s">Feedback</a> %s' ), 'http://wordpress.org/', 'http://codex.wordpress.org/', 'http://wordpress.org/support/forum/4', $upgrade )
|
|
|
|
?></p>
|
|
</div>
|
|
<?php do_action('admin_footer', ''); ?>
|
|
<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
|
|
</body>
|
|
</html>
|