Docs: Correct erroneous class references in @see
tags.
Props coffee2code. Fixes #43158. git-svn-id: https://develop.svn.wordpress.org/trunk@42630 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1c0257d340
commit
cc9a5641a6
@ -1323,7 +1323,7 @@ final class WP_Customize_Nav_Menus {
|
||||
*
|
||||
* @since 4.3.0
|
||||
* @see wp_nav_menu()
|
||||
* @see WP_Customize_Widgets_Partial_Refresh::filter_dynamic_sidebar_params()
|
||||
* @see WP_Customize_Widgets::filter_dynamic_sidebar_params()
|
||||
*
|
||||
* @param array $args An array containing wp_nav_menu() arguments.
|
||||
* @return array Arguments.
|
||||
|
@ -1620,7 +1620,7 @@ final class WP_Customize_Widgets {
|
||||
* @type array $args Sidebar args.
|
||||
* @type array $widget_args Widget args.
|
||||
* }
|
||||
* @see WP_Customize_Nav_Menus_Partial_Refresh::filter_wp_nav_menu_args()
|
||||
* @see WP_Customize_Nav_Menus::filter_wp_nav_menu_args()
|
||||
*
|
||||
* @return array Params.
|
||||
*/
|
||||
|
@ -73,7 +73,7 @@ final class _WP_Editors {
|
||||
*
|
||||
* @since 4.0.0
|
||||
*
|
||||
* @see _WP_Editors()::parse_settings()
|
||||
* @see _WP_Editors::parse_settings()
|
||||
*
|
||||
* @param array $settings Array of editor arguments.
|
||||
* @param string $editor_id ID for the current editor instance.
|
||||
@ -151,7 +151,7 @@ final class _WP_Editors {
|
||||
* @static
|
||||
* @param string $content The initial content of the editor.
|
||||
* @param string $editor_id ID for the textarea and TinyMCE and Quicktags instances (can contain only ASCII letters and numbers).
|
||||
* @param array $settings See _WP_Editors()::parse_settings() for description.
|
||||
* @param array $settings See _WP_Editors::parse_settings() for description.
|
||||
*/
|
||||
public static function editor( $content, $editor_id, $settings = array() ) {
|
||||
$set = self::parse_settings( $editor_id, $settings );
|
||||
|
@ -431,7 +431,7 @@ class WP_Widget_Text extends WP_Widget {
|
||||
* @since 2.8.0
|
||||
* @since 4.8.0 Form only contains hidden inputs which are synced with JS template.
|
||||
* @since 4.8.1 Restored original form to be displayed when in legacy mode.
|
||||
* @see WP_Widget_Visual_Text::render_control_template_scripts()
|
||||
* @see WP_Widget_Text::render_control_template_scripts()
|
||||
* @see _WP_Editors::editor()
|
||||
*
|
||||
* @param array $instance Current settings.
|
||||
|
Loading…
x
Reference in New Issue
Block a user