Make WordPress Core

Changeset 23454


Ignore:
Timestamp:
02/19/2013 02:06:21 AM (12 years ago)
Author:
SergeyBiryukov
Message:

Add a missing closing tag. fixes #23510. see #14358.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-widgets.php

    r23424 r23454  
    316316            <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php echo esc_attr(__('Syndicate this site using RSS 2.0')); ?>"><?php _e('Entries <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    317317            <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php echo esc_attr(__('The latest comments to all posts in RSS')); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    318             <?php echo apply_filters( 'widget_meta_poweredby', sprintf( '<li><a href="%s" title="%s">%s</li>',
     318            <?php echo apply_filters( 'widget_meta_poweredby', sprintf( '<li><a href="%s" title="%s">%s</a></li>',
    319319                esc_url( __( 'http://wordpress.org/' ) ),
    320320                esc_attr__( 'Powered by WordPress, state-of-the-art semantic personal publishing platform.' ),
Note: See TracChangeset for help on using the changeset viewer.