Make WordPress Core


Ignore:
Timestamp:
06/14/2023 06:32:14 AM (3 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards.

Props costdev, audrasjb.
See #57840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-posts-list-table.php

    r55732 r55911  
    227227
    228228    /**
    229      * Determine if the current view is the "All" view.
     229     * Determines if the current view is the "All" view.
    230230     *
    231231     * @since 4.2.0
     
    247247
    248248    /**
    249      * Helper to create links to edit.php with params.
     249     * Creates a link to edit.php with params.
    250250     *
    251251     * @since 4.4.0
     
    918918
    919919    /**
    920      * Given a top level page ID, display the nested hierarchy of sub-pages
    921      * together with paging support
     920     * Displays the nested hierarchy of sub-pages together with paging
     921     * support, based on a top level page ID.
    922922     *
    923923     * @since 3.1.0 (Standalone function exists since 2.6.0)
Note: See TracChangeset for help on using the changeset viewer.