Changeset 54896 for trunk/src/wp-includes/functions.php
- Timestamp:
- 11/29/2022 09:11:42 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r54891 r54896 263 263 $weekday = $wp_locale->get_weekday( $datetime->format( 'w' ) ); 264 264 265 for ( $i = 0; $i < $format_length; $i 265 for ( $i = 0; $i < $format_length; $i++ ) { 266 266 switch ( $format[ $i ] ) { 267 267 case 'D':
Note: See TracChangeset
for help on using the changeset viewer.