Ticket #54660: 54660.patch
File 54660.patch, 1.5 KB (added by , 3 years ago) |
---|
-
class-bulk-theme-upgrader-skin.php
40 40 } 41 41 42 42 /** 43 * Bulk Footer Actions. 44 * 45 * @since 3.0.0 43 46 */ 44 47 public function bulk_footer() { 45 48 parent::bulk_footer(); -
class-bulk-upgrader-skin.php
119 119 } 120 120 121 121 /** 122 * Bulk Footer Actions. 123 * 124 * @since 3.0.0 122 125 */ 123 126 public function bulk_footer() { 124 127 $this->feedback( 'skin_upgrade_end' ); -
class-language-pack-upgrader-skin.php
69 69 } 70 70 71 71 /** 72 * Bulk Footer Actions. 73 * 74 * @since 3.0.0 72 75 */ 73 76 public function bulk_footer() { 74 77 $this->decrement_update_count( 'translation' ); -
class-wp-upgrader-skin.php
259 259 public function bulk_header() {} 260 260 261 261 /** 262 * Bulk Footer Actions. 263 * 262 264 * @since 3.0.0 263 265 */ 264 266 public function bulk_footer() {}