Make WordPress Core

Changeset 36819


Ignore:
Timestamp:
03/03/2016 06:57:21 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Match the parameter name in the hook docs for the press_this_useful_html_elements filter, introduced in [36672].

See #34455. See #35986.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-press-this.php

    r36672 r36819  
    310310         * @since 4.5.0
    311311         *
    312          * @param array $elements Default list of useful elements.
     312         * @param array $useful_html_elements Default list of useful elements.
    313313         */
    314314        $useful_html_elements = apply_filter( 'press_this_useful_html_elements', $useful_html_elements );
Note: See TracChangeset for help on using the changeset viewer.