Sergey Biryukov
2e6eb58946
Code Modernization: Rename parameters that use reserved keywords in wp-includes/functions.wp-scripts.php
.
...
While using reserved PHP keywords as parameter name labels is allowed, in the context of function calls using named parameters in PHP 8.0+, this will easily lead to confusion. To avoid that, it is recommended not to use reserved keywords as function parameter names.
This commit:
* Renames the `$function` parameter to `$function_name` in `_wp_scripts_maybe_doing_it_wrong()`.
* Renames the `$list` parameter to `$status` in `wp_script_is()`.
Follow-up to [52946], [52996], [52997], [52998], [53003], [53014], [53029], [53039], [53116], [53117], [53137], [53174], [53184], [53185], [53192], [53193], [53198], [53203], [53207], [53215], [53216], [53220], [53230], [53232], [53236], [53239], [53240], [53242], [53243], [53245], [53246], [53257], [53269], [53270], [53271], [53272], [53273], [53274], [53275], [53276], [53277], [53281], [53283], [53284], [53285], [53287], [53364], [53365], [54927], [54929].
Props jrf, aristath, poena, justinahinon, SergeyBiryukov.
See #56788 .
Built from https://develop.svn.wordpress.org/trunk@54930
git-svn-id: http://core.svn.wordpress.org/trunk@54482 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-12-04 12:46:16 +00:00
..
2022-11-11 12:46:55 +00:00
2022-11-24 22:52:11 +00:00
2022-11-11 16:34:12 +00:00
2022-11-11 12:46:55 +00:00
2022-11-24 14:18:15 +00:00
2022-10-04 02:08:11 +00:00
2022-12-02 20:21:11 +00:00
2022-10-09 17:12:31 +00:00
2022-09-26 20:56:10 +00:00
2022-11-29 15:51:14 +00:00
2022-11-29 21:13:16 +00:00
2022-09-26 14:00:10 +00:00
2022-10-11 15:00:12 +00:00
2022-11-26 21:01:17 +00:00
2022-09-26 22:43:10 +00:00
2022-11-29 15:51:14 +00:00
2022-09-20 16:26:10 +00:00
2022-11-09 09:51:14 +00:00
2022-09-20 16:29:12 +00:00
2022-11-30 17:36:13 +00:00
2022-11-11 16:26:12 +00:00
2022-10-16 15:46:15 +00:00
2022-08-30 15:17:08 +00:00
2022-10-10 18:22:11 +00:00
2022-10-10 18:22:11 +00:00
2022-11-10 03:01:14 +00:00
2022-11-29 15:51:14 +00:00
2022-11-29 15:51:14 +00:00
2022-11-07 13:35:12 +00:00
2022-11-09 09:19:14 +00:00
2022-09-15 12:32:08 +00:00
2022-11-29 15:51:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-20 15:43:29 +00:00
2022-09-12 15:47:14 +00:00
2022-11-16 16:36:14 +00:00
2022-09-12 15:47:14 +00:00
2022-10-11 18:46:13 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-11-29 21:00:14 +00:00
2022-11-23 21:30:13 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 21:50:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-11-08 13:29:16 +00:00
2022-11-25 15:12:16 +00:00
2022-11-25 15:12:16 +00:00
2022-11-29 15:51:14 +00:00
2022-09-26 22:43:10 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-10-21 21:12:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-11-29 15:51:14 +00:00
2022-09-19 22:53:10 +00:00
2022-09-19 22:53:10 +00:00
2022-10-07 19:17:12 +00:00
2022-11-17 18:15:19 +00:00
2022-09-26 22:10:16 +00:00
2022-11-23 21:30:13 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-10-18 18:16:16 +00:00
2022-09-20 14:26:10 +00:00
2022-09-26 22:10:16 +00:00
2022-11-13 13:51:20 +00:00
2022-11-29 15:51:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-26 22:10:16 +00:00
2022-09-12 15:47:14 +00:00
2022-11-09 10:27:12 +00:00
2022-10-04 03:59:13 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-10-04 23:01:13 +00:00
2022-09-12 15:47:14 +00:00
2022-10-24 14:56:16 +00:00
2022-09-28 22:19:10 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-10-18 18:16:16 +00:00
2022-09-12 15:47:14 +00:00
2022-09-28 14:59:10 +00:00
2022-11-23 21:30:13 +00:00
2022-11-26 09:39:13 +00:00
2022-11-23 21:30:13 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-11-29 15:51:14 +00:00
2022-10-24 10:02:16 +00:00
2022-10-11 15:00:12 +00:00
2022-11-11 17:51:12 +00:00
2022-09-12 15:47:14 +00:00
2022-11-17 16:58:20 +00:00
2022-09-20 01:36:09 +00:00
2022-11-08 17:31:13 +00:00
2022-09-12 15:47:14 +00:00
2022-11-29 15:51:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-11-26 09:39:13 +00:00
2022-10-18 16:11:16 +00:00
2022-10-31 20:40:10 +00:00
2022-09-20 14:17:12 +00:00
2022-09-20 14:17:12 +00:00
2022-09-20 14:17:12 +00:00
2022-11-29 15:51:14 +00:00
2022-11-29 15:51:14 +00:00
2022-11-17 18:15:19 +00:00
2022-10-12 11:53:15 +00:00
2022-09-20 01:36:09 +00:00
2022-10-25 12:19:18 +00:00
2022-11-26 16:12:11 +00:00
2022-08-19 22:06:09 +00:00
2022-11-26 21:01:17 +00:00
2022-12-03 15:07:14 +00:00
2022-12-03 15:07:14 +00:00
2022-12-04 12:46:16 +00:00
2022-10-11 09:02:14 +00:00
2022-11-23 21:36:12 +00:00
2022-10-27 15:41:12 +00:00
2022-09-14 13:08:14 +00:00
2022-08-11 14:11:08 +00:00
2022-10-26 14:22:16 +00:00
2022-11-29 15:51:14 +00:00
2022-11-15 00:34:12 +00:00
2022-11-17 18:15:19 +00:00
2022-10-17 11:26:11 +00:00
2022-11-11 01:01:12 +00:00
2022-10-13 17:24:15 +00:00
2022-10-18 18:16:16 +00:00
2022-09-20 02:51:09 +00:00
2022-09-21 19:48:13 +00:00
2022-10-18 18:16:16 +00:00
2022-11-29 15:51:14 +00:00
2022-10-18 18:16:16 +00:00
2022-08-26 01:03:14 +00:00
2022-11-29 15:51:14 +00:00
2022-11-29 15:51:14 +00:00
2022-10-18 18:16:16 +00:00
2022-12-01 15:43:20 +00:00
2022-11-29 15:51:14 +00:00
2022-11-29 20:29:11 +00:00
2022-11-29 15:51:14 +00:00
2022-11-24 14:18:15 +00:00
2022-10-01 03:25:10 +00:00
2022-11-10 11:33:14 +00:00
2022-09-26 22:43:10 +00:00
2022-09-14 12:48:16 +00:00
2022-11-17 18:15:19 +00:00
2022-11-02 19:52:18 +00:00
2022-09-21 11:43:13 +00:00
2022-11-11 16:26:12 +00:00
2022-09-14 18:44:09 +00:00
2022-11-29 15:51:14 +00:00
2022-11-29 15:51:14 +00:00
2022-11-29 15:51:14 +00:00
2022-12-04 12:46:16 +00:00
2022-10-17 12:41:11 +00:00