Make WordPress Core


Ignore:
Timestamp:
02/01/2018 01:19:50 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct erroneous class references in @see tags.

Props coffee2code.
Fixes #43158.

File:
1 edited

Legend:

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

    r42523 r42630  
    7474         * @since 4.0.0
    7575         *
    76          * @see _WP_Editors()::parse_settings()
     76         * @see _WP_Editors::parse_settings()
    7777         *
    7878         * @param array  $settings  Array of editor arguments.
     
    152152     * @param string $content The initial content of the editor.
    153153     * @param string $editor_id ID for the textarea and TinyMCE and Quicktags instances (can contain only ASCII letters and numbers).
    154      * @param array $settings See _WP_Editors()::parse_settings() for description.
     154     * @param array $settings See _WP_Editors::parse_settings() for description.
    155155     */
    156156    public static function editor( $content, $editor_id, $settings = array() ) {
Note: See TracChangeset for help on using the changeset viewer.