Make WordPress Core


Ignore:
Timestamp:
06/14/2023 02:06:03 PM (20 months ago)
Author:
audrasjb
Message:

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

Follow-up to [55911], [55916].

Props costdev.
See #57840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/link-parse-opml.php

    r48322 r55917  
    1717
    1818/**
    19  * XML callback function for the start of a new XML tag.
     19 * Starts a new XML tag.
     20 *
     21 * Callback function for xml_set_element_handler().
    2022 *
    2123 * @since 0.71
     
    6163
    6264/**
    63  * XML callback function that is called at the end of a XML tag.
     65 * Ends a new XML tag.
     66 *
     67 * Callback function for xml_set_element_handler().
    6468 *
    6569 * @since 0.71
Note: See TracChangeset for help on using the changeset viewer.