Changes between Initial Version and Version 1 of Ticket #63704
- Timestamp:
- 07/16/2025 06:35:27 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63704
- Property Keywords dev-feedback added
-
Property
Version
changed from
6.8.2to
-
Ticket #63704 – Description
initial v1 1 This patch fixes a typo in the documentation comment for the get_udims() function in wp-admin/includes/deprecated.php ("Calculated" → "Calculates"). 2 It also adds a comment to mark the unused $fp parameter in the debug_fclose() function in wp-includes/deprecated.php to avoid unused parameter warnings. 1 This patch fixes a typo in the documentation comment for the `get_udims()` function in `wp-admin/includes/deprecated.php` ("Calculated" → "Calculates"). 3 2 4 These are minor documentation/code quality improvements. 3 It also adds a comment to mark the unused $fp parameter in the `debug_fclose()` function in `wp-includes/deprecated.php` to avoid unused parameter warnings. 4 5 These are minor documentation/code quality improvements.