Changeset 55990 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 06/22/2023 02:55:47 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r55988 r55990 426 426 $display = str_replace( 'http://', '', $display ); 427 427 428 if ( '/' === substr( $display, -1) ) {428 if ( str_ends_with( $display, '/' ) ) { 429 429 $display = substr( $display, 0, -1 ); 430 430 }
Note: See TracChangeset
for help on using the changeset viewer.