Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Justin Tadlock

    (@greenshady)

    It’s just a deprecated notice. It’ll get changed in the next plugin update.

    Thread Starter vtxyzzy

    (@vtxyzzy)

    Hi Justin,

    I should have known that you had it under control, but was going through the list of plugins I use that are on the list and didn’t notice your name.

    Sorry for any inconvenience.

    /* Create the widget. */
    		parent::__construct(
    			'whistles',                    // $this->id_base
    			__( 'Whistles', 'whistles' ),  // $this->name
    			$widget_options,               // $this->widget_options
    			$control_options               // $this->control_options
    		);
    Plugin Author Justin Tadlock

    (@greenshady)

    As I said earlier:

    It’s just a deprecated notice. It’ll get changed in the next plugin update.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP4 style constructors will be deprecated in WP 4.3.’ is closed to new replies.