Changeset 48185 for trunk/src/wp-includes/functions.php
- Timestamp:
- 06/26/2020 06:47:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r48168 r48185 2655 2655 * Filters whether to treat the upload bits as an error. 2656 2656 * 2657 * Returning a non-array from the filter will effectively short-circuit preparing the upload 2658 * bits, returningthat value instead. An error message should be returned as a string.2657 * Returning a non-array from the filter will effectively short-circuit preparing the upload bits 2658 * and return that value instead. An error message should be returned as a string. 2659 2659 * 2660 2660 * @since 3.0.0 … … 4579 4579 * Filters whether to load the Widgets library. 4580 4580 * 4581 * Passing a falsey value tothe filter will effectively short-circuit4581 * Returning a falsey value from the filter will effectively short-circuit 4582 4582 * the Widgets library from loading. 4583 4583 * … … 5581 5581 * Filters whether global terms are enabled. 5582 5582 * 5583 * Passing a non-null value to the filter will effectively short-circuit the function,5584 * returningthe value of the 'global_terms_enabled' site option instead.5583 * Returning a non-null value from the filter will effectively short-circuit the function 5584 * and return the value of the 'global_terms_enabled' site option instead. 5585 5585 * 5586 5586 * @since 3.0.0 … … 6449 6449 * Filters whether to load the authentication check. 6450 6450 * 6451 * Passing a falsey value tothe filter will effectively short-circuit6451 * Returning a falsey value from the filter will effectively short-circuit 6452 6452 * loading the authentication check. 6453 6453 *
Note: See TracChangeset
for help on using the changeset viewer.