Make WordPress Core

Ticket #54660: 54660.patch

File 54660.patch, 1.5 KB (added by aezazshekh, 3 years ago)

Comments for the bulk_footer function.

  • class-bulk-theme-upgrader-skin.php

     
    4040        }
    4141
    4242        /**
     43         * Bulk Footer Actions.
     44         *
     45         * @since 3.0.0
    4346         */
    4447        public function bulk_footer() {
    4548                parent::bulk_footer();
  • class-bulk-upgrader-skin.php

     
    119119        }
    120120
    121121        /**
     122         * Bulk Footer Actions.
     123         *
     124         * @since 3.0.0
    122125         */
    123126        public function bulk_footer() {
    124127                $this->feedback( 'skin_upgrade_end' );
  • class-language-pack-upgrader-skin.php

     
    6969        }
    7070
    7171        /**
     72         * Bulk Footer Actions.
     73         *
     74         * @since 3.0.0
    7275         */
    7376        public function bulk_footer() {
    7477                $this->decrement_update_count( 'translation' );
  • class-wp-upgrader-skin.php

     
    259259        public function bulk_header() {}
    260260
    261261        /**
     262         * Bulk Footer Actions.
     263         *
    262264         * @since 3.0.0
    263265         */
    264266        public function bulk_footer() {}