mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +01:00
Gary Pendergast
e6cde1614b
Code Modernisation: Introduce the spread operator in
theme.php
.
Rather than relying `func_get_args()` to retrieve arbitrary function arguments, we can now use the spread operator to assign them directly to a variable. Props jrf, pento. See #47678. git-svn-id: https://develop.svn.wordpress.org/trunk@45628 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
81.4%
CSS
8.9%
JavaScript
8.2%
SCSS
0.8%
HTML
0.7%