Exemple #1
0
 /**
  * Flush footer output buffer and iterate $this->i to make sure the
  * installation strings reference the correct plugin.
  *
  * @since      2.2.0
  * @deprecated 2.5.0 use {@see Bulk_Upgrader_Skin::flush_output()} instead
  * @see        Bulk_Upgrader_Skin::flush_output()
  */
 public function after_flush_output()
 {
     _deprecated_function(__FUNCTION__, 'TGMPA 2.5.0', 'Bulk_Upgrader_Skin::flush_output()');
     parent::flush_output();
     $this->i++;
 }