Make WordPress Core


Ignore:
Timestamp:
07/14/2014 12:39:10 AM (12 years ago)
Author:
DrewAPicture
Message:

Inline documentation cleanup for 4.0 audit.

phpDoc tweaks for methods added in [28861]:

  • WP_Customize_Panel constructor method
  • WP_Customize_Panel::render() method

See #27406 and #28885.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-section.php

    r29135 r29158  
    219219         *
    220220         * @since 4.0.0
     221         * @access public
    221222         *
    222223         * @param WP_Customize_Manager $manager Customizer bootstrap instance.
    223224         * @param string               $id      An specific ID of the section.
    224          * @param array                $args    Section arguments.
     225         * @param array                $args    Optional. Section arguments. Default empty array.
    225226         */
    226227        public function __construct( $manager, $id, $args = array() ) {
     
    236237         *
    237238         * @since 4.0.0
     239         * @access protected
    238240         */
    239241        protected function render() {
Note: See TracChangeset for help on using the changeset viewer.