Make WordPress Core

Changeset 46776


Ignore:
Timestamp:
11/25/2019 10:19:01 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in wp_credits_section_title() description.

Switch descriptions for wp_credits_section_title() and wp_credits_section_list() to third-person singular verbs, per the documentation standards.

Props hareesh-pillai.
Merges [46738] to the 5.3 branch.
Fixes #48674.

Location:
branches/5.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

  • branches/5.3/src/wp-admin/includes/credits.php

    r46710 r46776  
    7979
    8080/**
    81  * Display a the title for a given group of contributors.
     81 * Displays the title for a given group of contributors.
    8282 *
    8383 * @since 5.3.0
     
    107107
    108108/**
    109  * Display a list of contributors for a given group.
     109 * Displays a list of contributors for a given group.
    110110 *
    111111 * @since 5.3.0
Note: See TracChangeset for help on using the changeset viewer.