码迷,mamicode.com
首页 > 其他好文 > 详细

删除底部"自豪地采用 WordPress"

时间:2017-08-11 21:16:08      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:org   edit   info   href   before   bsp   https   .com   src   

技术分享

 

 

 

<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<?php
/**
* Fires before the Twenty Fifteen footer text for footer customization.
*
* @since Twenty Fifteen 1.0
*/
do_action( ‘twentyfifteen_credits‘ );
?>
<a href="<?php echo esc_url( __( ‘https://wordpress.org/‘, ‘twentyfifteen‘ ) ); ?>"><?php printf( __( ‘Proudly powered by %s‘, ‘twentyfifteen‘ ), ‘WordPress‘ ); ?></a>
</div><!-- .site-info -->
</footer><!-- .site-footer -->

删除底部"自豪地采用 WordPress"

标签:org   edit   info   href   before   bsp   https   .com   src   

原文地址:http://www.cnblogs.com/phix/p/7347874.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!