|
Revision 8785, 0.7 kB
(checked in by azaozz, 1 week ago)
|
Base css layout, fixes #7620
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
?> |
|---|
| 9 |
|
|---|
| 10 |
<br class="clear" /></div><!-- wpbody-content --> |
|---|
| 11 |
</div><!-- wpbody --> |
|---|
| 12 |
<br class="clear" /></div><!-- wpcontent --> |
|---|
| 13 |
</div><!-- wpwrap --> |
|---|
| 14 |
|
|---|
| 15 |
<div id="footer"> |
|---|
| 16 |
<p><?php |
|---|
| 17 |
do_action('in_admin_footer', ''); |
|---|
| 18 |
$upgrade = apply_filters( 'update_footer', '' ); |
|---|
| 19 |
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; |
|---|
| 20 |
?></p> |
|---|
| 21 |
</div> |
|---|
| 22 |
<?php do_action('admin_footer', ''); ?> |
|---|
| 23 |
<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script> |
|---|
| 24 |
</body> |
|---|
| 25 |
</html> |
|---|
| 26 |
|
|---|