Ticket #43158: 43158.diff
| File 43158.diff, 2.8 KB (added by , 8 years ago) |
|---|
-
src/wp-includes/class-wp-customize-nav-menus.php
1307 1307 * 1308 1308 * @since 4.3.0 1309 1309 * @see wp_nav_menu() 1310 * @see WP_Customize_Widgets _Partial_Refresh::filter_dynamic_sidebar_params()1310 * @see WP_Customize_Widgets::filter_dynamic_sidebar_params() 1311 1311 * 1312 1312 * @param array $args An array containing wp_nav_menu() arguments. 1313 1313 * @return array Arguments. -
src/wp-includes/class-wp-customize-widgets.php
1620 1620 * @type array $args Sidebar args. 1621 1621 * @type array $widget_args Widget args. 1622 1622 * } 1623 * @see WP_Customize_Nav_Menus _Partial_Refresh::filter_wp_nav_menu_args()1623 * @see WP_Customize_Nav_Menus::filter_wp_nav_menu_args() 1624 1624 * 1625 1625 * @return array Params. 1626 1626 */ -
src/wp-includes/widgets/class-wp-widget-text.php
411 411 * @since 2.8.0 412 412 * @since 4.8.0 Form only contains hidden inputs which are synced with JS template. 413 413 * @since 4.8.1 Restored original form to be displayed when in legacy mode. 414 * @see WP_Widget_ Visual_Text::render_control_template_scripts()414 * @see WP_Widget_Text::render_control_template_scripts() 415 415 * @see _WP_Editors::editor() 416 416 * 417 417 * @param array $instance Current settings. -
src/wp-includes/class-wp-editor.php
73 73 * 74 74 * @since 4.0.0 75 75 * 76 * @see _WP_Editors ()::parse_settings()76 * @see _WP_Editors::parse_settings() 77 77 * 78 78 * @param array $settings Array of editor arguments. 79 79 * @param string $editor_id ID for the current editor instance. … … 151 151 * @static 152 152 * @param string $content The initial content of the editor. 153 153 * @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. 155 155 */ 156 156 public static function editor( $content, $editor_id, $settings = array() ) { 157 157 $set = self::parse_settings( $editor_id, $settings );