Skip to content

Commit

Permalink
Remove old changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshpanchal27 committed Dec 26, 2018
1 parent ec1b95d commit c7622d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/designers-developers/developers/themes/theme-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ add_theme_support( 'editor-font-sizes', array(
'slug' => 'large'
),
array(
'name' => __( 'huge', 'themeLangDomain' ),
'name' => __( 'large', 'themeLangDomain' ),
'size' => 50,
'slug' => 'huge'
'slug' => 'large'
)
) );
```
Expand Down

0 comments on commit c7622d9

Please sign in to comment.