Make WordPress Core

Changeset 59412


Ignore:
Timestamp:
11/18/2024 05:33:23 PM (4 months ago)
Author:
desrosj
Message:

Editor: Use sentence casing for “Call to action”.

This is more consistent with other strings and occurrences of this string.

Props juanfra, joen, narenin, mukesh27.
See #62414.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-patterns.php

    r59019 r59412  
    7575        'call-to-action',
    7676        array(
    77             'label'       => _x( 'Call to Action', 'Block pattern category' ),
     77            'label'       => _x( 'Call to action', 'Block pattern category' ),
    7878            'description' => __( 'Sections whose purpose is to trigger a specific action.' ),
    7979        )
Note: See TracChangeset for help on using the changeset viewer.