Changeset 61681 for trunk/src/wp-login.php
- Timestamp:
- 02/18/2026 09:13:47 PM (3 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r61651 r61681 167 167 $login_header_text = apply_filters( 'login_headertext', $login_header_text ); 168 168 169 $classes = array( 'login-action-' . $action, 'wp-core-ui' );169 $classes = array( 'login-action-' . $action, 'wp-core-ui', 'admin-color-modern' ); 170 170 171 171 if ( is_rtl() ) {
Note: See TracChangeset
for help on using the changeset viewer.