Make WordPress Core

Changeset 61139


Ignore:
Timestamp:
11/04/2025 07:49:55 PM (9 days 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.

Location:
trunk/src/wp-includes
Files:
4 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() {
  • trunk/src/wp-includes/rest-api/class-wp-rest-server.php

    r61114 r61139  
    168168     *
    169169     * @return WP_Error|null|true WP_Error indicates unsuccessful login, null indicates successful
    170      *                            or no authentication provided
     170     *                            or no authentication provided.
    171171     */
    172172    public function check_authentication() {
     
    228228     * @param string   $message Human-readable message.
    229229     * @param int|null $status  Optional. HTTP status code to send. Default null.
    230      * @return string JSON representation of the error
     230     * @return string JSON representation of the error.
    231231     */
    232232    protected function json_error( $code, $message, $status = null ) {
  • trunk/src/wp-includes/shortcodes.php

    r60901 r61139  
    320320 *
    321321 * @param array $tagnames Optional. List of shortcodes to find. Defaults to all registered shortcodes.
    322  * @return string The shortcode search regular expression
     322 * @return string The shortcode search regular expression.
    323323 */
    324324function get_shortcode_regex( $tagnames = null ) {
  • trunk/src/wp-includes/template.php

    r61120 r61139  
    628628 * @see get_query_template()
    629629 *
    630  * @return string Full path to singular template file
     630 * @return string Full path to singular template file.
    631631 */
    632632function get_singular_template() {
Note: See TracChangeset for help on using the changeset viewer.