Changeset 40929 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 06/25/2017 12:04:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r40395 r40929 2056 2056 */ 2057 2057 public function setup_widget_addition_previews() { 2058 _deprecated_function( __METHOD__, '4.2.0' );2058 _deprecated_function( __METHOD__, '4.2.0', 'customize_dynamic_setting_args' ); 2059 2059 } 2060 2060 … … 2068 2068 */ 2069 2069 public function prepreview_added_sidebars_widgets() { 2070 _deprecated_function( __METHOD__, '4.2.0' );2070 _deprecated_function( __METHOD__, '4.2.0', 'customize_dynamic_setting_args' ); 2071 2071 } 2072 2072 … … 2080 2080 */ 2081 2081 public function prepreview_added_widget_instance() { 2082 _deprecated_function( __METHOD__, '4.2.0' );2082 _deprecated_function( __METHOD__, '4.2.0', 'customize_dynamic_setting_args' ); 2083 2083 } 2084 2084 … … 2092 2092 */ 2093 2093 public function remove_prepreview_filters() { 2094 _deprecated_function( __METHOD__, '4.2.0' );2094 _deprecated_function( __METHOD__, '4.2.0', 'customize_dynamic_setting_args' ); 2095 2095 } 2096 2096 }
Note: See TracChangeset
for help on using the changeset viewer.