Make WordPress Core

Changeset 30643


Ignore:
Timestamp:
11/30/2014 09:50:46 AM (10 years ago)
Author:
DrewAPicture
Message:

Add an entry to the changelog for the wp_editor_expand hook denoting that the $post_type parameter was added in 4.1.0.

See #30458.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-form-advanced.php

    r30641 r30643  
    1818 *
    1919 * @since 4.0.0
    20  *
    21  * @param bool $expand Whether to enable the 'expand' functionality. Default true.
     20 * @since 4.1.0 Added the `$post_type` parameter.
     21 *
     22 * @param bool   $expand    Whether to enable the 'expand' functionality. Default true.
    2223 * @param string $post_type Post type.
    2324 */
Note: See TracChangeset for help on using the changeset viewer.