Make WordPress Core

Changeset 51055


Ignore:
Timestamp:
06/01/2021 09:20:52 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add a @since note to wp_parse_id_list() and wp_parse_slug_list() about using wp_parse_list().

Follow-up to [44546], [49941].

Props joyously, dlh, pbiron.
See #52628.

File:
1 edited

Legend:

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

    r51044 r51055  
    45344534 *
    45354535 * @since 3.0.0
     4536 * @since 5.1.0 Refactored to use wp_parse_list().
    45364537 *
    45374538 * @param array|string $list List of IDs.
     
    45484549 *
    45494550 * @since 4.7.0
     4551 * @since 5.1.0 Refactored to use wp_parse_list().
    45504552 *
    45514553 * @param array|string $list List of slugs.
Note: See TracChangeset for help on using the changeset viewer.