Changeset 45344 for trunk/src/wp-includes/sodium_compat/src/Core/Util.php
- Timestamp:
- 05/17/2019 10:57:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sodium_compat/src/Core/Util.php
r44953 r45344 818 818 $sub = (string) substr($str, $start, $length); 819 819 } 820 if ( isset($sub)) {820 if ($sub !== '') { 821 821 return $sub; 822 822 }
Note: See TracChangeset
for help on using the changeset viewer.