~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-includes/widgets/class-wp-widget-meta.php

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
                        <li><a href="<?php echo esc_url( get_bloginfo( 'comments_rss2_url' ) ); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
60
60
                        <?php
61
61
                        /**
62
 
                         * Filter the "Powered by WordPress" text in the Meta widget.
 
62
                         * Filters the "Powered by WordPress" text in the Meta widget.
63
63
                         *
64
64
                         * @since 3.6.0
65
65
                         *