Changeset 47848 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 05/23/2020 11:36:36 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r47808 r47848 1073 1073 if ( ! isset( $custom[ $key ] ) ) { 1074 1074 return false; 1075 } elseif ( 1 == count( $custom[ $key ] ) ) {1075 } elseif ( 1 === count( $custom[ $key ] ) ) { 1076 1076 return $custom[ $key ][0]; 1077 1077 } else {
Note: See TracChangeset
for help on using the changeset viewer.