WordPress/wp-content/themes
Sergey Biryukov 897f004a9c General: Replace older-style PHP type conversion functions with type casts.
This improves performance, readability, and consistency throughout core.

* `intval()` → `(int)`
* `strval()` → `(string)`
* `floatval()` → `(float)`

Props ayeshrajans.
Fixes #42918.
Built from https://develop.svn.wordpress.org/trunk@49108


git-svn-id: http://core.svn.wordpress.org/trunk@48870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-08 21:15:13 +00:00
..
twentyeleven Twenty Eleven: Docs: Add missing @return type for twentyeleven_auto_excerpt_more(). 2020-10-08 09:23:07 +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 General: Replace older-style PHP type conversion functions with type casts. 2020-10-08 21:15:13 +00:00
twentynineteen Twenty Nineteen: Remove trailing commas after selectors in style-editor.scss. 2020-08-21 15:42:05 +00:00
twentyseventeen Docs: Consistently use third-person singular verbs for various filter descriptions, per the documentation standards. 2020-08-11 00:34:08 +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 Twenty Ten: Docs: Fix typo in twentyten_custom_excerpt_more() DocBlock. 2020-10-08 09:26:02 +00:00
twentythirteen Docs: Consistently use third-person singular verbs for various filter descriptions, per the documentation standards. 2020-08-11 00:34:08 +00:00
twentytwelve Bundled Themes: Correct punctuation in "Your comment is awaiting moderation" string. 2020-08-19 02:28:13 +00:00
twentytwenty Twenty Twenty: Update the URL for PHP date formats table in translator comments. 2020-09-18 10:44:04 +00:00
index.php