Skip to content

Commit

Permalink
Content: Update strings to use sentence case
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions .
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ function get_meta_block_value( $args, $block ) {
return sprintf (
' <a href="%s" rel="nofollow">%s</a> ' ,
esc_url ( " https://themes.trac.wordpress.org/log/ { $ theme -> slug }" ),
__ ( ' Development Log ' , ' wporg-themes ' )
__ ( ' Development log ' , ' wporg-themes ' )
);
case ' trac-svn-link ' :
return sprintf (
' <a href="%s" rel="nofollow">%s</a> ' ,
esc_url ( " https://themes.svn.wordpress.org/ { $ theme -> slug }" ),
__ ( ' Subversion Repository ' , ' wporg-themes ' )
__ ( ' Subversion repository ' , ' wporg-themes ' )
);
case ' trac-browse-link ' :
return sprintf (
Expand All @@ -132,7 +132,7 @@ function get_meta_block_value( $args, $block ) {
return sprintf (
' <a href="%s" rel="nofollow">%s</a> ' ,
esc_url ( " https://themes.trac.wordpress.org/query?keywords= ~theme- { $ theme -> slug }" ),
__ ( ' Trac Tickets ' , ' wporg-themes ' )
__ ( ' Trac tickets ' , ' wporg-themes ' )
);
case ' zip-name ' :
$ filename = basename ( $ theme -> download_link );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:heading {"level":1,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|30"}}}} -->
<h1 class="wp-block-heading" style="margin-bottom:var(--wp--preset--spacing--30)"> <? php esc_html_e ( ' Commercially Supported GPL Themes ' , ' wporg-themes ' ); ?> </h1>
<h1 class="wp-block-heading" style="margin-bottom:var(--wp--preset--spacing--30)"> <? php esc_html_e ( ' Commercially supported GPL themes ' , ' wporg-themes ' ); ?> </h1>
<!-- / wp:heading -->

<!-- wp:paragraph -->
Expand Down

0 comments on commit b3d3e52

Please sign in to comment.