Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#35039 closed defect (bug) (fixed)

Make site icon px size bold same as header px size

Reported by: karmatosed's profile karmatosed Owned by: melchoyce's profile melchoyce
Milestone: 4.5 Priority: normal
Severity: normal Version: 4.3
Component: Customize Keywords: has-patch
Focuses: ui Cc:

Description

This is a small change but one that helps with consistency.

For headers you have the following:

https://cldup.com/5za7szSWNq.png

However, note the lack of bolding for site icon px size:

https://cldup.com/APpfaePIfU.png

There could also be a potential argument for unifying the italics too, but for at least fixing the bold would be a good start.

Attachments (1)

boldpixels.diff (767 bytes) - added by karmatosed 10 years ago.
Adding bolding of pixel size and changing to say pixels not px

Download all attachments as: .zip

Change History (8)

#1 @karmatosed
10 years ago

Noting it could also be good to change the use of px/pixel and that inconsistency at the same time in one patch.

#2 @melchoyce
10 years ago

Seems like an easy change that makes sense.

@karmatosed
10 years ago

Adding bolding of pixel size and changing to say pixels not px

#3 @karmatosed
10 years ago

  • Keywords has-patch added

#4 @melchoyce
10 years ago

  • Owner set to melchoyce
  • Resolution set to fixed
  • Status changed from new to closed

In 35892:

Customizer: Bold pixel value under Site Icon to match the Custom Header instructions.

Props karmatosed.
Fixes #35039.

#5 @swissspidy
10 years ago

  • Milestone changed from Awaiting Review to 4.5

Is the HTML tag ok in this case or should a %s placeholder be used instead?

#6 @johnbillion
10 years ago

  • Version changed from trunk to 4.3

#7 @SergeyBiryukov
10 years ago

In 35923:

I18N: Remove <strong> tags from translatable strings in WP_Customize_Manager::register_controls() and WP_Customize_Header_Image_Control::render_content().

Add translator comments.

See #35039.

Note: See TracTickets for help on using tickets.