mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
This improves performance, readability, and consistency throughout core. * `intval()` → `(int)` * `strval()` → `(string)` * `floatval()` → `(float)` Props ayeshrajans. Fixes #42918. git-svn-id: https://develop.svn.wordpress.org/trunk@49108 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| base.php | ||
| dimensions.php | ||
| editor.php | ||
| editorGd.php | ||
| editorImagick.php | ||
| functions.php | ||
| header.php | ||
| intermediateSize.php | ||
| meta.php | ||
| resize.php | ||
| resizeGd.php | ||
| resizeImagick.php | ||
| siteIcon.php | ||
| size.php | ||