Make WordPress Core


Ignore:
Timestamp:
03/16/2015 01:42:26 AM (10 years ago)
Author:
DrewAPicture
Message:

Clean up some inline documentation for emoji functionality, including a missing @since for mail_emoji(), and a changelog entry for wp_insert_post().

See #31242.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r31773 r31789  
    436436         */
    437437        'baseUrl' => apply_filters( 'emoji_url', '//s0.wp.com/wp-content/mu-plugins/emoji/twemoji/72x72' ),
     438
    438439        /**
    439440         * Filter the extension of the emoji files.
     
    441442         * @since 4.2.0
    442443         *
    443          * @param string The emoji extension.
     444         * @param string The emoji extension. Default .png.
    444445         */
    445446        'ext'      => apply_filters( 'emoji_ext', '.png' ),
Note: See TracChangeset for help on using the changeset viewer.