Changeset 28352
- Timestamp:
- 05/08/2014 11:12:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r27379 r28352 23 23 * like nginx. Use the got_url_rewrite filter in got_url_rewrite() instead. 24 24 * 25 * @since 2.5.0 26 * 25 27 * @see got_url_rewrite() 26 28 * 27 * @since 2.5.028 29 * @param bool $got_rewrite Whether Apache and mod_rewrite are present. 29 30 */ … … 47 48 * 48 49 * @since 3.7.0 50 * 49 51 * @param bool $got_url_rewrite Whether URL rewriting is available. 50 52 */ … … 337 339 338 340 /** 339 * Filter the list of functions /classes to be ignored from the documentation lookup.341 * Filter the list of functions and classes to be ignored from the documentation lookup. 340 342 * 341 343 * @since 2.8.0 342 344 * 343 * @param array $ignore_functions Functions /Classes to be ignored.345 * @param array $ignore_functions Functions and classes to be ignored. 344 346 */ 345 347 $ignore_functions = apply_filters( 'documentation_ignore_functions', $ignore_functions );
Note: See TracChangeset
for help on using the changeset viewer.