[ad_1]
It’s a shame not to use $wppa_alert in wppa_function.php I
I added/replaced the lines 4700/4701/4983
4697 function wppa_user_upload() {
4698 global $wpdb;
4699 static $done;
4700 global $wppa_upload_succes_id;
4701 global $wppa_alert; 4702 $wppa_alert=”;
4980 // Alert text for failed upload
4981 if ( $fail ) {
4982 if ( ! $done ) {
4983 $m = ‘ ‘ . __( ‘Upload failed’, ‘wp-photo-album-plus’ ) . ‘ ‘.$wppa_alert.’.’;
4984 }
now the front end specifies the error type
Thanks very much. This mods will be implemented in the next releas.
