Make WordPress Core


Ignore:
Timestamp:
11/04/2025 07:49:55 PM (5 weeks ago)
Author:
SergeyBiryukov
Message:

Docs: Add some missing full stops in various DocBlocks.

Follow-up to [8196], [32846], [34928].

Props sujansarkar, shailu25, dhruvang21, westonruter, SergeyBiryukov.
Fixes #64181.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/class-wp-rest-request.php

    r60074 r61139  
    536536     * @since 4.4.0
    537537     *
    538      * @return array Parameter map of key to value
     538     * @return array Parameter map of key to value.
    539539     */
    540540    public function get_query_params() {
     
    588588     * @since 4.4.0
    589589     *
    590      * @return array Parameter map of key to value
     590     * @return array Parameter map of key to value.
    591591     */
    592592    public function get_file_params() {
     
    614614     * @since 4.4.0
    615615     *
    616      * @return array Parameter map of key to value
     616     * @return array Parameter map of key to value.
    617617     */
    618618    public function get_default_params() {
Note: See TracChangeset for help on using the changeset viewer.