Make WordPress Core


Ignore:
Timestamp:
11/17/2022 05:05:21 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update wp_count_posts and wp_count_attachments filter descriptions.

This aims to match the wording generally used for other filters as per the documentation standards.

Follow-up to [25554], [25578], [25579], [53456].

See #56792.

File:
1 edited

Legend:

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

    r54782 r54854  
    30583058
    30593059    /**
    3060      * Modifies returned post counts by status for the current post type.
     3060     * Filters the post counts by status for the current post type.
    30613061     *
    30623062     * @since 3.7.0
     
    31103110
    31113111    /**
    3112      * Modifies returned attachment counts by mime type.
     3112     * Filters the attachment counts by mime type.
    31133113     *
    31143114     * @since 3.7.0
Note: See TracChangeset for help on using the changeset viewer.