Make WordPress Core


Ignore:
Timestamp:
09/02/2022 06:56:12 AM (4 years ago)
Author:
audrasjb
Message:

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

This addresses various files modified in changeset [54062].

See #55646.

File:
1 edited

Legend:

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

    r54062 r54063  
    99
    1010/**
    11  * Output the markup for a audio tag to be used in an Underscore template
     11 * Outputs the markup for a audio tag to be used in an Underscore template
    1212 * when data.model is passed.
    1313 *
     
    4949
    5050/**
    51  * Output the markup for a video tag to be used in an Underscore template
     51 * Outputs the markup for a video tag to be used in an Underscore template
    5252 * when data.model is passed.
    5353 *
Note: See TracChangeset for help on using the changeset viewer.