Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63704


Ignore:
Timestamp:
07/16/2025 06:35:27 AM (6 months ago)
Author:
mukesh27
Comment:

Hi there!

Welcome to Trac, and thank you for creating the ticket.

Since those functions are deprecated, it doesn't make sense to update them at this point. I've marked the ticket for developer feedback to confirm whether we plan to update these files or leave them as is.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63704

    • Property Keywords dev-feedback added
    • Property Version changed from 6.8.2 to
  • 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.
     1This patch fixes a typo in the documentation comment for the `get_udims()` function in `wp-admin/includes/deprecated.php` ("Calculated" → "Calculates").
    32
    4   These are minor documentation/code quality improvements.
     3It 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
     5These are minor documentation/code quality improvements.