WordPress/wp-content/themes/twentyfourteen/inc
Sergey Biryukov 803426a023 Coding Standards: Use strict comparison in bundled themes' PHP files.
This addresses all the remaining WPCS warnings in bundled themes.

Includes using the correct type when checking the number of comments, as `get_comments_number()` returns a numeric string, not an integer.

Follow-up to [41285], [44562], [47941].

Props aristath, poena, afercia, SergeyBiryukov.
See #56791.
Built from https://develop.svn.wordpress.org/trunk@55420


git-svn-id: http://core.svn.wordpress.org/trunk@54953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-02-24 06:23:23 +00:00
..
back-compat.php Coding Standards: Remove a one-time $message variable in WordPress version requirement notices for bundled themes. 2021-06-15 15:24:58 +00:00
block-patterns.php Bundled Themes: Remove extra trailing spaces from translatable strings in block patterns. 2021-07-27 11:27:58 +00:00
custom-header.php Coding Standards: Use strict comparison in bundled themes' PHP files. 2023-02-24 06:23:23 +00:00
customizer.php
featured-content.php Coding Standards: Use strict comparison in bundled themes' PHP files. 2023-02-24 06:23:23 +00:00
template-tags.php I18N: Mark screen reader strings as such with translator comments. 2023-02-07 17:10:21 +00:00
widgets.php Coding Standards: Add public visibility to methods in src directory. 2021-10-18 17:52:58 +00:00