Skip to content

Commit

Permalink
Additional CSS: Localise the link if it exists (#64603)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur791004 committed Aug 20, 2024
1 parent 8ef3123 commit c4a77c5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ function ScreenCSS() {
<>
{ description }
<ExternalLink
href="https://developer.wordpress.org/advanced-administration/wordpress/css/"
href={ __(
'https://developer.wordpress.org/advanced-administration/wordpress/css/'
) }
className="edit-site-global-styles-screen-css-help-link"
>
{ __( 'Learn more about CSS' ) }
Expand Down

0 comments on commit c4a77c5

Please sign in to comment.