Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/wpforms-.../src/Migratio...
File: Base.php
*
[500] Fix | Delete
* @since 1.8.2.3
[501] Fix | Delete
*
[502] Fix | Delete
* @param bool $migrated Migration status.
[503] Fix | Delete
* @param string $plugin_name Plugin name.
[504] Fix | Delete
* @param string $upgrade_version Upgrade version.
[505] Fix | Delete
*
[506] Fix | Delete
* @return void
[507] Fix | Delete
*/
[508] Fix | Delete
private function log_migration_message( bool $migrated, string $plugin_name, string $upgrade_version ) {
[509] Fix | Delete
[510] Fix | Delete
$message = $migrated ?
[511] Fix | Delete
sprintf( 'Migration of %1$s to %2$s completed.', $plugin_name, $upgrade_version ) :
[512] Fix | Delete
sprintf( 'Migration of %1$s to %2$s failed.', $plugin_name, $upgrade_version );
[513] Fix | Delete
[514] Fix | Delete
$this->log( $message );
[515] Fix | Delete
}
[516] Fix | Delete
}
[517] Fix | Delete
[518] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function