]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/theme-compat/footer.php
WordPress 4.5
[autoinstalls/wordpress.git] / wp-includes / theme-compat / footer.php
index e4f8e724e0beff928350ed69fda3a275ac4ba078..61f91b19dc9ef8ea3ec52b87c4028326282f8989 100644 (file)
@@ -21,10 +21,14 @@ _deprecated_file(
 <div id="footer" role="contentinfo">
 <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
        <p>
 <div id="footer" role="contentinfo">
 <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
        <p>
-               <?php printf(__('%1$s is proudly powered by %2$s'), get_bloginfo('name'),
-               '<a href="https://wordpress.org/">WordPress</a>'); ?>
-               <br /><?php printf(__('%1$s and %2$s.'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)') . '</a>'); ?>
-               <!-- <?php printf(__('%d queries. %s seconds.'), get_num_queries(), timer_stop(0, 3)); ?> -->
+               <?php
+               printf(
+                       /* translators: 1: blog name, 2: WordPress */
+                       __( '%1$s is proudly powered by %2$s' ),
+                       get_bloginfo('name'),
+                       '<a href="https://wordpress.org/">WordPress</a>'
+               );
+               ?>
        </p>
 </div>
 </div>
        </p>
 </div>
 </div>