Commit d0de6b2
committed
General: Remove unused dynamic
This fixes a PHP 8.2 deprecation, by removing the dynamic `$features` property from the ftp class as it is not used anywhere.
Props kmurphyzuora, debarghyabanerjee, hellofromTonya, peter8nss.
Fixes #62159.
Built from https://develop.svn.wordpress.org/trunk@62059
git-svn-id: http://core.svn.wordpress.org/trunk@61341 1a063a9b-81f0-0310-95a4-ce76da25c4cd$features variable from the constructor of class-ftp.php.1 parent 6b8653c commit d0de6b2
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | 161 | | |
163 | 162 | | |
164 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments