Changeset 41162 for trunk/src/wp-includes/widgets/class-wp-widget-text.php
- Timestamp:
- 07/27/2017 12:40:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-text.php
r41134 r41162 29 29 * 30 30 * @since 2.8.0 31 * @access public32 31 */ 33 32 public function __construct() { … … 182 181 * 183 182 * @since 2.8.0 184 * @access public185 183 * 186 184 * @param array $args Display arguments including 'before_title', 'after_title', … … 271 269 * 272 270 * @since 2.8.0 273 * @access public274 271 * 275 272 * @param array $new_instance New settings for this instance as input by the user via … … 321 318 * 322 319 * @since 4.8.0 323 * @access public324 320 */ 325 321 public function enqueue_admin_scripts() { … … 334 330 * @since 4.8.0 Form only contains hidden inputs which are synced with JS template. 335 331 * @since 4.8.1 Restored original form to be displayed when in legacy mode. 336 * @access public337 332 * @see WP_Widget_Visual_Text::render_control_template_scripts() 338 333 * … … 382 377 * 383 378 * @since 4.8.0 384 * @access public385 379 */ 386 380 public function render_control_template_scripts() {
Note: See TracChangeset
for help on using the changeset viewer.