[wp-trac] [WordPress Trac] #60640: Use of "selected" function for "Week Starts On" on General Setting page
WordPress Trac
noreply at wordpress.org
Mon Feb 26 17:20:21 UTC 2024
#60640: Use of "selected" function for "Week Starts On" on General Setting page
-------------------------------+-----------------------------
Reporter: bhargavbhandari90 | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: trunk
Severity: minor | Keywords:
Focuses: |
-------------------------------+-----------------------------
For the dropdown of weekdays for the "Week Starts On" field is using the
following turnery operation for "selected=selectd"
`$selected = ( get_option( 'start_of_week' ) == $day_index ) ?
'selected="selected"' : '';`
We should use WP's `selected` function instead of turnery operation
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60640>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list