Changeset 37488 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r37273 r37488 18 18 19 19 /** 20 * Filter whether Apache and mod_rewrite are present.20 * Filters whether Apache and mod_rewrite are present. 21 21 * 22 22 * This filter was previously used to force URL rewriting for other servers, … … 47 47 48 48 /** 49 * Filter whether URL rewriting is available.49 * Filters whether URL rewriting is available. 50 50 * 51 51 * @since 3.7.0 … … 370 370 371 371 /** 372 * Filter the list of functions and classes to be ignored from the documentation lookup.372 * Filters the list of functions and classes to be ignored from the documentation lookup. 373 373 * 374 374 * @since 2.8.0 … … 439 439 440 440 /** 441 * Filter a screen option value before it is set.441 * Filters a screen option value before it is set. 442 442 * 443 443 * The filter can also be used to modify non-standard [items]_per_page
Note: See TracChangeset
for help on using the changeset viewer.