Make WordPress Core

Changeset 35301


Ignore:
Timestamp:
10/20/2015 06:35:46 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Adjust syntax in the hook doc summaries for the document_title_separator and document_title_parts filters, introduced in [35294].

See #31078. See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r35300 r35301  
    874874
    875875    /**
    876      * Filters the separator for the document title.
     876     * Filter the separator for the document title.
    877877     *
    878878     * @since 4.4.0
    879879     *
    880      * @param string $sep The separator. Default '-'.
     880     * @param string $sep Document title separator. Default '-'.
    881881     */
    882882    $sep = apply_filters( 'document_title_separator', '-' );
    883883
    884884    /**
    885      * Filters the parts of the document title.
     885     * Filter the parts of the document title.
    886886     *
    887887     * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.