Make WordPress Core


Ignore:
Timestamp:
04/12/2024 05:45:23 PM (10 months ago)
Author:
swissspidy
Message:

Docs: Fix various typos and spelling mistakes.

Props swissspidy, jucaduca, sergeybiryukov.
See #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rest-api/rest-themes-controller.php

    r57259 r57987  
    935935     * @ticket 49037
    936936     */
    937     public function test_theme_wp_block_styles_optin() {
     937    public function test_theme_wp_block_styles_opt_in() {
    938938        remove_theme_support( 'wp-block-styles' );
    939939        add_theme_support( 'wp-block-styles' );
     
    959959     * @ticket 49037
    960960     */
    961     public function test_theme_align_wide_optin() {
     961    public function test_theme_align_wide_opt_in() {
    962962        remove_theme_support( 'align-wide' );
    963963        add_theme_support( 'align-wide' );
     
    983983     * @ticket 49037
    984984     */
    985     public function test_theme_editor_styles_optin() {
     985    public function test_theme_editor_styles_opt_in() {
    986986        remove_theme_support( 'editor-styles' );
    987987        add_theme_support( 'editor-styles' );
     
    10071007     * @ticket 49037
    10081008     */
    1009     public function test_theme_dark_editor_style_optin() {
     1009    public function test_theme_dark_editor_style_opt_in() {
    10101010        remove_theme_support( 'dark-editor-style' );
    10111011        add_theme_support( 'dark-editor-style' );
Note: See TracChangeset for help on using the changeset viewer.