Make WordPress Core


Ignore:
Timestamp:
10/07/2024 06:07:57 PM (2 years ago)
Author:
desrosj
Message:

Twenty Twenty-Five: Merge the latest improvements for Beta 2.

This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into trunk for 6.7 beta 2.

A full list of changes can be found on GitHub: https://github.com/WordPress/twentytwentyfive/commits/trunk/?since=2024-10-01&until=2024-10-07.

Props poena, mukesh27, jonnywatersbb, cliffralessio, afercia, samtoohey93, codersantosh, carstenbach, gohelkunjan, ryelle, aaronrobertshaw, wildworks, yukinobu, audrasjb, mdviralsampat, hanneslsm, ddewan, greenshady, joedolson, areziaal, alaminfirdows, kartikmehta, cwhitmore.
Fixes #62180.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfive/theme.json

    r59146 r59191  
    11241124                                "typography": {
    11251125                                        "fontSize": "var:preset|font-size|medium"
     1126                                }
     1127                        },
     1128                        "core/post-author-name": {
     1129                                "elements": {
     1130                                        "link": {
     1131                                                "typography": {
     1132                                                        "textDecoration": "none"
     1133                                                },
     1134                                                ":hover": {
     1135                                                        "typography": {
     1136                                                                "textDecoration": "underline"
     1137                                                        }
     1138                                                }
     1139                                        }
    11261140                                }
    11271141                        },
Note: See TracChangeset for help on using the changeset viewer.