- Timestamp:
- 05/17/2019 05:19:21 PM (20 months ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-includes/sodium_compat/src/Core/Util.php
r44953 r45355 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.