Changeset 63027
- Timestamp:
- 08/05/2026 12:59:21 PM (6 weeks ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
wp-admin/includes/class-wp-users-list-table.php (modified) (1 diff)
-
wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r62838 r63027 636 636 $row .= $this->row_actions( $actions ); 637 637 } 638 $tag = ( $primary === $column_name ) ? 'th' : 'td';638 $tag = ( $primary === $column_name ) ? 'th' : 'td'; 639 639 $row .= "</$tag>"; 640 640 } -
trunk/src/wp-includes/pluggable.php
r62704 r63027 2377 2377 $switched_locale = switch_to_user_locale( $user_id ); 2378 2378 2379 $message = __( 'To set your password, visit the following address:' ) . "\r\n\r\n";2379 $message = __( 'To set your password, visit the following address:' ) . "\r\n\r\n"; 2380 2380 2381 2381 /*
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)