WordPress/wp-content/themes/twentytwenty/inc
Sergey Biryukov 0e3147c40e Coding Standards: Replace alias PHP functions with the canonical names.
Using the canonical function name for PHP functions is strongly recommended, as aliases may be deprecated or removed without (much) warning.

This replaces all uses of the following:
* `join()` with `implode()`
* `sizeof()` with `count()`
* `is_writeable()` with `is_writable()`
* `doubleval()` with a `(float)` cast

In part, this is a follow-up to #47746.

Props jrf.
See #50767.
Built from https://develop.svn.wordpress.org/trunk@49193


git-svn-id: http://core.svn.wordpress.org/trunk@48955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-18 17:27:06 +00:00
..
custom-css.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
starter-content.php Coding Standards: Replace alias PHP functions with the canonical names. 2020-10-18 17:27:06 +00:00
svg-icons.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
template-tags.php Docs: Standardise the type name for booleans and integers. 2020-10-10 20:02:05 +00:00