Changeset 59952
- Timestamp:
- 03/07/2025 10:31:18 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/general-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r59947 r59952 2234 2234 * 2235 2235 * @since 1.0.0 2236 * @since 6.8.0 New argument $args added, with backward compatibility. 2236 * @since 6.8.0 Added the `$args` parameter, with backward compatibility 2237 * for the replaced `$initial` and `$display` parameters. 2237 2238 * 2238 2239 * @global wpdb $wpdb WordPress database abstraction object. … … 2572 2573 * 2573 2574 * @since 3.0.0 2574 * @since 6.8.0 New argument $args added, with backward compatibility.2575 * @since 6.8.0 Added the `$args` parameter. 2575 2576 * 2576 2577 * @param string $calendar_output HTML output of the calendar.
Note: See TracChangeset
for help on using the changeset viewer.