[wp-trac] [WordPress Trac] #63168: Coding Standards fixes for WP 6.9
WordPress Trac
noreply at wordpress.org
Tue Oct 21 13:40:29 UTC 2025
#63168: Coding Standards fixes for WP 6.9
-------------------------------------------------+-------------------------
Reporter: desrosj | Owner: (none)
Type: task (blessed) | Status: reopened
Priority: normal | Milestone: 6.9
Component: General | Version:
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests changes- | Focuses: coding-
requested | standards
-------------------------------------------------+-------------------------
Comment (by SergeyBiryukov):
In [changeset:"61028" 61028]:
{{{
#!CommitTicketReference repository="" revision="61028"
Coding Standards: Use more meaningful variable names in Theme Upgrader.
Per the [https://developer.wordpress.org/coding-standards/wordpress-
coding-standards/php/#naming-conventions Naming Conventions]:
> Don’t abbreviate variable names unnecessarily; let the code be
unambiguous and self-documenting.
This commit includes renaming of the following variables:
* `$r` to `$upgrade_data`.
* `$res` to `$connected`.
* `$info` to `$new_theme_data`.
Follow-up to [8989], [11005], [13686], [18618], [20268], [57252].
Props costdev, mukesh27.
See #63168.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63168#comment:52>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list