Make WordPress Core

Changeset 28352


Ignore:
Timestamp:
05/08/2014 11:12:11 AM (11 years ago)
Author:
DrewAPicture
Message:

Minor phpDoc fixes for the got_rewrite, got_url_rewrite, and documentation_ignore_functions hooks.

Props GaryJ.
See #26869.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/misc.php

    r27379 r28352  
    2323     * like nginx. Use the got_url_rewrite filter in got_url_rewrite() instead.
    2424     *
     25     * @since 2.5.0
     26     *
    2527     * @see got_url_rewrite()
    2628     *
    27      * @since 2.5.0
    2829     * @param bool $got_rewrite Whether Apache and mod_rewrite are present.
    2930     */
     
    4748     *
    4849     * @since 3.7.0
     50     *
    4951     * @param bool $got_url_rewrite Whether URL rewriting is available.
    5052     */
     
    337339
    338340    /**
    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.
    340342     *
    341343     * @since 2.8.0
    342344     *
    343      * @param array $ignore_functions Functions/Classes to be ignored.
     345     * @param array $ignore_functions Functions and classes to be ignored.
    344346     */
    345347    $ignore_functions = apply_filters( 'documentation_ignore_functions', $ignore_functions );
Note: See TracChangeset for help on using the changeset viewer.