Make WordPress Core

Changeset 47023


Ignore:
Timestamp:
12/31/2019 01:29:42 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing descriptions and @return tags for _WP_Editors::get_mce_locale() and ::get_baseurl().

Props adnan.limdi.
Fixes #41869.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r47022 r47023  
    10251025
    10261026    /**
     1027     * Returns the TinyMCE locale.
     1028     *
    10271029     * @since 4.8.0
     1030     *
     1031     * @return string
    10281032     */
    10291033    public static function get_mce_locale() {
     
    10371041
    10381042    /**
     1043     * Returns the TinyMCE base URL.
     1044     *
    10391045     * @since 4.8.0
     1046     *
     1047     * @return string
    10401048     */
    10411049    public static function get_baseurl() {
Note: See TracChangeset for help on using the changeset viewer.