Files
wordpress/wp-includes
Sergey Biryukov 5a4b0278a9 Coding Standards: Use more meaningful variable names in Classic Widgets screen.
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:
* `$sbname` to `$sidebar_name`.
* `$sbvalue` to `$sidebar_data`.
* `$j` to `$widget_count`.
* `$i` to `$sidebar_index`.
* `$sb` to `$sidebar`.
* `$key` to `$sidebar_id`.

Follow-up to [10912], [11009], [11427], [26285], [50997].

Props costdev, mukesh27.
See #63168.
Built from https://develop.svn.wordpress.org/trunk@61187


git-svn-id: http://core.svn.wordpress.org/trunk@60523 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2025-11-09 23:03:38 +00:00
..
2025-11-07 12:29:46 +00:00
2025-11-07 12:29:46 +00:00
2025-11-07 12:29:46 +00:00
2025-11-07 12:42:34 +00:00
2025-11-07 12:42:34 +00:00
2025-11-07 12:42:34 +00:00
2025-11-07 12:42:34 +00:00