WordPress/wp-content/themes
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
..
twentyeleven Docs: Fix and upgrade various object docblock notations. 2020-10-17 16:05:09 +00:00
twentyfifteen Docs: Consistently use third-person singular verbs for various filter descriptions, per the documentation standards. 2020-08-11 00:34:08 +00:00
twentyfourteen Docs: Standardise the type name for booleans and integers. 2020-10-10 20:02:05 +00:00
twentynineteen Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:26:09 +00:00
twentyseventeen Docs: Standardise the type name for booleans and integers. 2020-10-10 20:02:05 +00:00
twentysixteen Docs: Consistently use third-person singular verbs for various filter descriptions, per the documentation standards. 2020-08-11 00:34:08 +00:00
twentyten Docs: Fix and upgrade various object docblock notations. 2020-10-17 16:05:09 +00:00
twentythirteen Docs: Standardise the type name for booleans and integers. 2020-10-10 20:02:05 +00:00
twentytwelve Bundled Themes: Correct punctuation in "Your comment is awaiting moderation" string. 2020-08-19 02:28:13 +00:00
twentytwenty Coding Standards: Replace alias PHP functions with the canonical names. 2020-10-18 17:27:06 +00:00
index.php Remove closing PHP tags from the rest of index.php files in wp-content, for consistency with wp-content/index.php. 2014-06-05 15:59:14 +00:00