Make WordPress Core


Ignore:
Timestamp:
08/11/2020 12:32:22 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Consistently use third-person singular verbs for various filter descriptions, per the documentation standards.

See #50768.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/post.php

    r48743 r48782  
    21282128
    21292129    /**
    2130      * Filter whether a post is able to be edited in the block editor.
     2130     * Filters whether a post is able to be edited in the block editor.
    21312131     *
    21322132     * @since 5.0.0
     
    21642164
    21652165    /**
    2166      * Filter whether a post is able to be edited in the block editor.
     2166     * Filters whether a post is able to be edited in the block editor.
    21672167     *
    21682168     * @since 5.0.0
     
    22172217
    22182218    /**
    2219      * Filter the default array of block categories.
     2219     * Filters the default array of block categories.
    22202220     *
    22212221     * @since 5.0.0
Note: See TracChangeset for help on using the changeset viewer.