changeset 21 | 48c4eec2b7e6 |
parent 18 | be944660c56a |
20:7b1b88e27a20 | 21:48c4eec2b7e6 |
---|---|
70 |
70 |
71 parent::__construct( $args ); |
71 parent::__construct( $args ); |
72 } |
72 } |
73 |
73 |
74 /** |
74 /** |
75 * Action to perform following a single plugin update. |
75 * Performs an action following a single plugin update. |
76 * |
76 * |
77 * @since 2.8.0 |
77 * @since 2.8.0 |
78 */ |
78 */ |
79 public function after() { |
79 public function after() { |
80 $this->plugin = $this->upgrader->plugin_info(); |
80 $this->plugin = $this->upgrader->plugin_info(); |