PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 2.2.0
Forumax – AI Powered Advanced Community Forum Plugin v2.2.0
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
← All changes | includes/features/bbpc_attachments/code/defaults.php +16 -21 1.3.02.2.0 View file →
@@ -1,21 +1,16 @@
1 -<?php
2 -
3 -if ( ! defined( 'ABSPATH' ) ) {
4 - exit;
5 -}
6 -
7 -// TODO: We need to get rid of these things
8 -class GDATTDefaults {
9 -
10 -}
11 -
12 -$bbpc_upload_error_messages = [
13 - __( 'File exceeds allowed file size.', 'bbp-core' ),
14 - __( 'File not uploaded.', 'bbp-core' ),
15 - __( 'Upload file size exceeds PHP maximum file size allowed.', 'bbp-core' ),
16 - __( 'Upload file size exceeds FORM specified file size.', 'bbp-core' ),
17 - __( 'Upload file only partially uploaded.', 'bbp-core' ),
18 - __( "Can't write file to the disk.", 'bbp-core' ),
19 - __( 'Temporary folder for upload is missing.', 'bbp-core' ),
20 - __( 'Server extension restriction stopped upload.', 'bbp-core' ),
21 -];
1 +<?php
2 +
3 +if ( ! defined( 'ABSPATH' ) ) {
4 + exit;
5 +}
6 +
7 +$bbpc_upload_error_messages = [
8 + __( 'File exceeds allowed file size.', 'forumax' ),
9 + __( 'File not uploaded.', 'forumax' ),
10 + __( 'Upload file size exceeds PHP maximum file size allowed.', 'forumax' ),
11 + __( 'Upload file size exceeds FORM specified file size.', 'forumax' ),
12 + __( 'Upload file only partially uploaded.', 'forumax' ),
13 + __( "Can't write file to the disk.", 'forumax' ),
14 + __( 'Temporary folder for upload is missing.', 'forumax' ),
15 + __( 'Server extension restriction stopped upload.', 'forumax' ),
16 +];