Make WordPress Core


Ignore:
Timestamp:
10/21/2022 09:10:29 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Align spelling with American English.

This changeset replaces "behaviour" with "behavior" in various docblocks.

Props kebbet, jrf.
See #56811, #56792.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-form-blocks.php

    r54084 r54663  
    272272do_action( 'enqueue_block_editor_assets' );
    273273
    274 // In order to duplicate classic meta box behaviour, we need to run the classic meta box actions.
     274// In order to duplicate classic meta box behavior, we need to run the classic meta box actions.
    275275require_once ABSPATH . 'wp-admin/includes/meta-boxes.php';
    276276register_and_do_post_meta_boxes( $post );
Note: See TracChangeset for help on using the changeset viewer.