Make WordPress Core

Opened 10 years ago

Closed 8 years ago

Last modified 8 years ago

#39436 closed enhancement (wontfix)

Formatting the text at the registration page

Reported by: edwarddekker1978 Owned by:
Priority: normal Milestone:
Component: Login and Registration Version: 4.7
Severity: minor Keywords: reporter-feedback
Cc: Focuses: ui

Description

Hi,

I see a missing spacer at the registration page of WordPress.
"Forgot password?" or "Wachtwoord vergeten?" into Dutch are missing a spacer at the left-side.

Regards,
Edward

Attachments (1)

2017-01-01.png (28.7 KB ) - added by edwarddekker1978 10 years ago.
Show the missing spacer

Download all attachments as: .zip

Change History (10)

@edwarddekker1978
10 years ago

Show the missing spacer

#1 @edwarddekker1978
10 years ago

  • Focuses template added
  • Keywords ui-feedback added

#2 @Soean
10 years ago

Hey @edwarddekker1978
I can't reproduce the bug, maybe its caused by a plugin or browser.
Which browser are you using?
Please deactivate all plugins for testing.

#3 @johnbillion
10 years ago

  • Focuses template removed
  • Keywords reporter-feedback added; ui-feedback removed

#4 @edwarddekker1978
10 years ago

I found the problem at 'wp-login.php' at line 744.
This line needs a extra spacer at the end of the line.

Than it should be correctly displayed.

<p id="nav">
<a href="<?php echo esc_url( wp_login_url() ); ?>"><?php _e( 'Log in' ); ?></a> | 
<a href="<?php echo esc_url( wp_lostpassword_url() ); ?>"><?php _e( 'Lost your password?' ); ?></a>
</p>

Regards,
Edward

Last edited 10 years ago by edwarddekker1978 (previous) (diff)

#5 @edwarddekker1978
10 years ago

  • Keywords ui-feedback added
  • Severity normalminor
  • Type defect (bug)enhancement

This ticket was mentioned in Slack in #design by karmatosed. View the logs.


9 years ago

This ticket was mentioned in Slack in #design by boemedia. View the logs.


8 years ago

#8 @boemedia
8 years ago

  • Keywords ui-feedback removed
  • Resolutionwontfix
  • Status newclosed

Hi @edwarddekker1978 , thanks for posting this ticket, and sorry it took us so long to answer it. Since the login screen was redesigned since you reported it, the issue is no longer there, so I'm closing this ticket.

#9 @netweb
8 years ago

  • Milestone Awaiting Review
Note: See TracTickets for help on using tickets.