Opened 8 years ago
Closed 8 years ago
#34461 closed defect (bug) (invalid)
"Proudly powered by WordPress" lacks period
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Themes | Keywords: | close |
Focuses: | template | Cc: |
Description
I noticed that there should be a period at the end of "Proudly powered by WordPress". That message is usually displayed at the bottom of pages.
Here is an example with the Libretto theme:
"Proudly powered by WordPress Theme: Libretto by WordPress.com."
I think that this would be better—plus this is what WordPress.com blogs display:
"Proudly powered by WordPress. Theme: Libretto by WordPress.com."
Change History (5)
#2
@
8 years ago
- Keywords close removed
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
#3
@
8 years ago
- Resolution invalid deleted
- Status changed from closed to reopened
@knutsp @SergeyBiryukov I send an email to Automattic. Here is the reply from an employee:
Hello ******, > I noticed that many of your WordPress.org themes lack a period, i.e. in "Proudly powered by WordPress[.] Theme: Libretto by WordPress.com.", for instance, with your Libretto theme. Notice that the period in brackets is the missing period. However, that period is present on their WordPress.com versions. Could you please update your WordPress.org themes to include this period? Thanks for the notice, however, WordPress.org issues or bug reports are handled through the WordPress.org site. Here are some places where you can submit your comment: - https://wordpress.org/support/ in the "Requests and Feedback" section - https://make.wordpress.org/core/reports/ I hope this helps. Have a good week-end! ****** – Happiness Engineer Take your WordPress.com site a step further with Blogging University: http://bloggingu.wordpress.com
So are you telling me that the colophon is an orphan part of WordPress' source code? What do I have to do to get this bug fixed?
#4
@
8 years ago
- Keywords close added
Hello, maliktunga
Sad to see this response from WordPress.com.
Please try the following:
- Open Appearance - Editor
- Open "Theme Footer (
footer.php
)" - Locate this line (line 12):
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'libretto' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'libretto' ), 'WordPress' ); ?></a>
- Add a
.
(dot) to the end of that line, after</a>
. - Update file
- 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.
Hello @maliktunga
Thanks for the report, but what is printed as a colophon at the bottom of each page is entirely up the the theme author and what they put in their footer.php template. The WordPress core software does not force this in.
Some themes, including some default ("Twenty") themes, have chosen to display this credit on a separate line, and these may not want a period. This is a design decision.
I suggest you contact WordPress.com as the author of Libretto to get it fixed. Nothing we can do about it here, I'm afraid.