Sergey Biryukov
cdfb7d7ef0
Coding Standards: Use more meaningful variable names in WP_Users_List_Table.
This renames some variables for clarity, 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.
* `$c` is renamed to `$columns` in `::get_columns()` and `::get_sortable_columns()`.
* `$r` is renamed to `$row` in `::single_row()`.
Follow-up to [3677], [5542], [6852], [8936], [15491], [16573].
Props burhandodhy, costdev, mukesh27, Presskopp.
See #56448, #55647.
Built from https://develop.svn.wordpress.org/trunk@54070
git-svn-id: http://core.svn.wordpress.org/trunk@53629 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-09-05 16:02:09 +00:00
..
2022-04-28 16:39:11 +00:00
2022-08-12 00:17:07 +00:00
2022-04-04 18:26:06 +00:00
2022-08-29 12:46:10 +00:00
2022-08-29 12:46:10 +00:00
2022-04-11 11:50:01 +00:00
2022-09-02 06:58:09 +00:00
2022-07-04 10:11:12 +00:00
2022-04-14 15:15:12 +00:00
2022-03-22 16:25:03 +00:00
2022-03-26 15:28:08 +00:00
2022-04-11 11:42:04 +00:00
2022-05-20 17:38:14 +00:00
2022-05-20 17:38:14 +00:00
2022-05-20 17:38:14 +00:00
2022-05-20 17:38:14 +00:00
2022-07-05 08:06:17 +00:00
2022-08-29 12:46:10 +00:00
2022-05-20 17:38:14 +00:00
2022-07-04 08:20:15 +00:00
2022-01-20 09:19:07 +00:00
2022-05-20 17:38:14 +00:00
2022-09-02 06:51:13 +00:00
2022-08-09 11:33:10 +00:00
2022-08-16 13:41:14 +00:00
2022-08-09 11:33:10 +00:00
2022-08-09 11:33:10 +00:00
2022-03-30 10:45:06 +00:00
2021-11-30 17:18:01 +00:00
2022-08-09 00:33:11 +00:00
2022-05-19 15:54:15 +00:00
2021-12-07 12:20:02 +00:00
2022-09-02 06:51:13 +00:00
2022-09-02 06:58:09 +00:00
2022-09-02 06:51:13 +00:00
2022-05-19 15:54:15 +00:00
2022-03-10 19:22:01 +00:00
2022-04-11 11:42:04 +00:00
2021-11-24 11:41:03 +00:00
2022-06-16 23:10:10 +00:00
2022-03-22 16:25:03 +00:00
2022-09-05 15:20:09 +00:00
2022-04-11 14:21:09 +00:00
2022-08-13 22:44:09 +00:00
2022-03-17 22:21:07 +00:00
2022-03-18 12:44:04 +00:00
2022-06-26 12:37:18 +00:00
2022-09-05 16:02:09 +00:00
2022-07-20 22:15:10 +00:00
2021-10-19 23:09:00 +00:00
2022-08-11 13:55:08 +00:00
2022-04-20 08:13:10 +00:00
2021-12-07 12:20:02 +00:00
2022-07-29 08:14:12 +00:00
2022-07-17 02:18:09 +00:00
2022-06-21 11:16:17 +00:00
2022-08-05 22:16:13 +00:00
2022-07-29 09:22:10 +00:00
2022-04-15 10:52:11 +00:00
2022-08-12 12:11:09 +00:00
2022-04-17 14:44:07 +00:00
2022-08-05 13:39:11 +00:00
2022-07-11 18:18:13 +00:00
2022-04-18 10:33:09 +00:00
2022-04-19 15:59:10 +00:00
2022-07-21 09:04:14 +00:00
2021-11-30 17:18:01 +00:00
2022-08-05 06:12:10 +00:00
2022-08-11 13:55:08 +00:00
2022-07-18 17:37:17 +00:00
2022-06-01 18:14:10 +00:00
2022-07-25 19:30:09 +00:00
2022-08-03 12:20:16 +00:00
2022-06-16 23:39:08 +00:00
2022-08-11 14:03:09 +00:00
2022-08-05 06:00:09 +00:00
2022-06-01 18:14:10 +00:00
2022-01-27 21:15:03 +00:00
2022-05-23 17:02:16 +00:00
2022-07-09 12:59:11 +00:00
2022-08-15 13:18:13 +00:00
2022-06-02 15:05:13 +00:00
2021-12-13 10:21:07 +00:00