Changeset 47088 for trunk/src/wp-includes/cron.php
- Timestamp:
- 01/20/2020 03:12:12 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/cron.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r47068 r47088 385 385 * Warning: This function may return Boolean FALSE, but may also return a non-Boolean 386 386 * value which evaluates to FALSE. For information about casting to booleans see the 387 * {@link https:// php.net/manual/en/language.types.boolean.php PHP documentation}. Use387 * {@link https://www.php.net/manual/en/language.types.boolean.php PHP documentation}. Use 388 388 * the `===` operator for testing the return value of this function. 389 389 * … … 455 455 * Warning: This function may return Boolean FALSE, but may also return a non-Boolean 456 456 * value which evaluates to FALSE. For information about casting to booleans see the 457 * {@link https:// php.net/manual/en/language.types.boolean.php PHP documentation}. Use457 * {@link https://www.php.net/manual/en/language.types.boolean.php PHP documentation}. Use 458 458 * the `===` operator for testing the return value of this function. 459 459 * … … 734 734 * Warning: This function may return Boolean FALSE, but may also return a non-Boolean 735 735 * value which evaluates to FALSE. For information about casting to booleans see the 736 * {@link https:// php.net/manual/en/language.types.boolean.php PHP documentation}. Use736 * {@link https://www.php.net/manual/en/language.types.boolean.php PHP documentation}. Use 737 737 * the `===` operator for testing the return value of this function. 738 738 *
Note: See TracChangeset
for help on using the changeset viewer.