Make WordPress Core

Changeset 37062


Ignore:
Timestamp:
03/23/2016 04:18:26 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing information to constructors DocBlocks for WP_Widget_Factory.

See #36299.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-widget-factory.php

    r37061 r37062  
    2727    /**
    2828     * PHP5 constructor.
     29     *
     30     * @since 4.3.0
     31     * @access public
    2932     */
    3033    public function __construct() {
     
    3437    /**
    3538     * PHP4 constructor.
     39     *
     40     * @since 2.8.0
     41     * @access public
    3642     */
    3743    public function WP_Widget_Factory() {
Note: See TracChangeset for help on using the changeset viewer.