Make WordPress Core


Ignore:
Timestamp:
11/24/2022 10:34:13 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs for Block Supports related function descriptions, as per docblocks standards.

See #56792.

File:
1 edited

Legend:

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

    r54211 r54873  
    88
    99/**
    10  * Get the elements class names.
     10 * Gets the elements class names.
    1111 *
    1212 * @since 6.0.0
     
    2121
    2222/**
    23  * Update the block content with elements class names.
     23 * Updates the block content with elements class names.
    2424 *
    2525 * @since 5.8.0
     
    8383
    8484/**
    85  * Render the elements stylesheet.
     85 * Renders the elements stylesheet.
    8686 *
    8787 * In the case of nested blocks we want the parent element styles to be rendered before their descendants.
Note: See TracChangeset for help on using the changeset viewer.