Commit e71d6ec
committed
Code Quality: Replace
Replace the two remaining non-vendor occurrences: `is_double()` becomes `is_float()` in the IXR `IXR_Value::calculateType()` method, and `is_long()` becomes `is_int()` in the `ftp_base::SetServer()` method. Behavior is unchanged; the canonical functions are exact equivalents.
Developed in WordPress#12192.
Follow-up to r62175.
Props soean, masteradhoc, westonruter.
Fixes #64913.
git-svn-id: https://develop.svn.wordpress.org/trunk@62669 602fd350-edb4-49c9-b593-d223f7449a82is_double() and is_long() aliases.1 parent 51a575c commit e71d6ec
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments