[wp-trac] [WordPress Trac] #34461: "Proudly powered by WordPress" lacks period

WordPress Trac noreply at wordpress.org
Sat Oct 31 19:48:47 UTC 2015


#34461: "Proudly powered by WordPress" lacks period
--------------------------+-----------------------
 Reporter:  maliktunga    |       Owner:
     Type:  defect (bug)  |      Status:  reopened
 Priority:  normal        |   Milestone:
Component:  Themes        |     Version:
 Severity:  normal        |  Resolution:
 Keywords:  close         |     Focuses:  template
--------------------------+-----------------------
Changes (by knutsp):

 * keywords:   => close


Comment:

 Hello, maliktunga

 Sad to see this response from WordPress.com.

 Please try the following:

 1. Open Appearance - Editor
 2. Open "Theme Footer (`footer.php`)"
 3. Locate this line (line 12):
 {{{#!php
 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'libretto' ) );
 ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'libretto' ),
 'WordPress' ); ?></a>
 }}}
 4. Add a `.` (dot) to the end of that line, after `</a>`.
 5. Update file
 6. View your site

 It's not possible to fix WordPress core to make this change, but as
 demonstrated, changing a theme file fixes it.

 (To make such change survive a theme update you would have to make child
 theme and copy `footer.php`, but this is not what you want. You want the
 authors to fix it.)

 I suggest replying to the email and provide a link to this ticket.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34461#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list