Make WordPress Core

Changeset 42630


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.

Location:
trunk/src/wp-includes
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-nav-menus.php

    r42611 r42630  
    13241324     * @since 4.3.0
    13251325     * @see wp_nav_menu()
    1326      * @see WP_Customize_Widgets_Partial_Refresh::filter_dynamic_sidebar_params()
     1326     * @see WP_Customize_Widgets::filter_dynamic_sidebar_params()
    13271327     *
    13281328     * @param array $args An array containing wp_nav_menu() arguments.
  • trunk/src/wp-includes/class-wp-customize-widgets.php

    r42396 r42630  
    16211621     *     @type array $widget_args Widget args.
    16221622     * }
    1623      * @see WP_Customize_Nav_Menus_Partial_Refresh::filter_wp_nav_menu_args()
     1623     * @see WP_Customize_Nav_Menus::filter_wp_nav_menu_args()
    16241624     *
    16251625     * @return array Params.
  • 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() ) {
  • trunk/src/wp-includes/widgets/class-wp-widget-text.php

    r42613 r42630  
    432432     * @since 4.8.0 Form only contains hidden inputs which are synced with JS template.
    433433     * @since 4.8.1 Restored original form to be displayed when in legacy mode.
    434      * @see WP_Widget_Visual_Text::render_control_template_scripts()
     434     * @see WP_Widget_Text::render_control_template_scripts()
    435435     * @see _WP_Editors::editor()
    436436     *
Note: See TracChangeset for help on using the changeset viewer.