Changeset 42630
- Timestamp:
- 02/01/2018 01:19:50 AM (8 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 4 edited
-
class-wp-customize-nav-menus.php (modified) (1 diff)
-
class-wp-customize-widgets.php (modified) (1 diff)
-
class-wp-editor.php (modified) (2 diffs)
-
widgets/class-wp-widget-text.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-nav-menus.php
r42611 r42630 1324 1324 * @since 4.3.0 1325 1325 * @see wp_nav_menu() 1326 * @see WP_Customize_Widgets _Partial_Refresh::filter_dynamic_sidebar_params()1326 * @see WP_Customize_Widgets::filter_dynamic_sidebar_params() 1327 1327 * 1328 1328 * @param array $args An array containing wp_nav_menu() arguments. -
trunk/src/wp-includes/class-wp-customize-widgets.php
r42396 r42630 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. -
trunk/src/wp-includes/class-wp-editor.php
r42523 r42630 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. … … 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() ) { -
trunk/src/wp-includes/widgets/class-wp-widget-text.php
r42613 r42630 432 432 * @since 4.8.0 Form only contains hidden inputs which are synced with JS template. 433 433 * @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() 435 435 * @see _WP_Editors::editor() 436 436 *
Note: See TracChangeset
for help on using the changeset viewer.