Changeset 47219 for trunk/src/wp-includes/compat.php
- Timestamp:
- 02/09/2020 04:52:28 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/compat.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r47122 r47219 313 313 function hash_equals( $a, $b ) { 314 314 $a_length = strlen( $a ); 315 if ( $a_length !== strlen( $b )) {315 if ( strlen( $b ) !== $a_length ) { 316 316 return false; 317 317 } … … 323 323 } 324 324 325 return $result === 0;325 return 0 === $result; 326 326 } 327 327 endif;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)