- Timestamp:
- 05/26/2025 11:18:03 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-controller.php
r56559 r60249 663 663 * Sanitizes the slug value. 664 664 * 665 * @since 4.7.0 666 * 667 * @internal We can't use sanitize_title() directly, as the second 665 * {@internal We can't use sanitize_title() directly, as the second 668 666 * parameter is the fallback title, which would end up being set to the 669 * request object. 667 * request object.} 668 * 669 * @since 4.7.0 670 670 * 671 671 * @see https://github.com/WP-API/WP-API/issues/1585
Note: See TracChangeset
for help on using the changeset viewer.