Make WordPress Core


Ignore:
Timestamp:
11/25/2025 05:00:39 AM (2 months ago)
Author:
westonruter
Message:

Bundled Themes: Add missing @return tags and descriptions.

Developed in https://github.com/WordPress/wordpress-develop/pull/10533

Props huzaifaalmesbah, sabernhardt, palak678, westonruter.
See #64224.
Fixes #64277.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/functions.php

    r61070 r61302  
    656656     * Added for backward compatibility to support pre-6.0.0 WordPress versions.
    657657     *
    658      * @since 6.0.0
     658     * @since Twenty Twenty-One 1.6
     659     *
     660     * @return string Locale-specific list item separator.
    659661     */
    660662    function wp_get_list_item_separator() {
Note: See TracChangeset for help on using the changeset viewer.