diff --git a/beta/php8.1/apache/wp-config-docker.php b/beta/php8.1/apache/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/beta/php8.1/apache/wp-config-docker.php +++ b/beta/php8.1/apache/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/beta/php8.1/fpm-alpine/wp-config-docker.php b/beta/php8.1/fpm-alpine/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/beta/php8.1/fpm-alpine/wp-config-docker.php +++ b/beta/php8.1/fpm-alpine/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/beta/php8.1/fpm/wp-config-docker.php b/beta/php8.1/fpm/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/beta/php8.1/fpm/wp-config-docker.php +++ b/beta/php8.1/fpm/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/beta/php8.2/apache/wp-config-docker.php b/beta/php8.2/apache/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/beta/php8.2/apache/wp-config-docker.php +++ b/beta/php8.2/apache/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/beta/php8.2/fpm-alpine/wp-config-docker.php b/beta/php8.2/fpm-alpine/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/beta/php8.2/fpm-alpine/wp-config-docker.php +++ b/beta/php8.2/fpm-alpine/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/beta/php8.2/fpm/wp-config-docker.php b/beta/php8.2/fpm/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/beta/php8.2/fpm/wp-config-docker.php +++ b/beta/php8.2/fpm/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/beta/php8.3/apache/wp-config-docker.php b/beta/php8.3/apache/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/beta/php8.3/apache/wp-config-docker.php +++ b/beta/php8.3/apache/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/beta/php8.3/fpm-alpine/wp-config-docker.php b/beta/php8.3/fpm-alpine/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/beta/php8.3/fpm-alpine/wp-config-docker.php +++ b/beta/php8.3/fpm-alpine/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/beta/php8.3/fpm/wp-config-docker.php b/beta/php8.3/fpm/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/beta/php8.3/fpm/wp-config-docker.php +++ b/beta/php8.3/fpm/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/latest/php8.1/apache/wp-config-docker.php b/latest/php8.1/apache/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/latest/php8.1/apache/wp-config-docker.php +++ b/latest/php8.1/apache/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/latest/php8.1/fpm-alpine/wp-config-docker.php b/latest/php8.1/fpm-alpine/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/latest/php8.1/fpm-alpine/wp-config-docker.php +++ b/latest/php8.1/fpm-alpine/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/latest/php8.1/fpm/wp-config-docker.php b/latest/php8.1/fpm/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/latest/php8.1/fpm/wp-config-docker.php +++ b/latest/php8.1/fpm/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/latest/php8.2/apache/wp-config-docker.php b/latest/php8.2/apache/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/latest/php8.2/apache/wp-config-docker.php +++ b/latest/php8.2/apache/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/latest/php8.2/fpm-alpine/wp-config-docker.php b/latest/php8.2/fpm-alpine/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/latest/php8.2/fpm-alpine/wp-config-docker.php +++ b/latest/php8.2/fpm-alpine/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/latest/php8.2/fpm/wp-config-docker.php b/latest/php8.2/fpm/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/latest/php8.2/fpm/wp-config-docker.php +++ b/latest/php8.2/fpm/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/latest/php8.3/apache/wp-config-docker.php b/latest/php8.3/apache/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/latest/php8.3/apache/wp-config-docker.php +++ b/latest/php8.3/apache/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/latest/php8.3/fpm-alpine/wp-config-docker.php b/latest/php8.3/fpm-alpine/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/latest/php8.3/fpm-alpine/wp-config-docker.php +++ b/latest/php8.3/fpm-alpine/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/latest/php8.3/fpm/wp-config-docker.php b/latest/php8.3/fpm/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/latest/php8.3/fpm/wp-config-docker.php +++ b/latest/php8.3/fpm/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * diff --git a/wp-config-docker.php b/wp-config-docker.php index af9ff1c800..6df9809db8 100644 --- a/wp-config-docker.php +++ b/wp-config-docker.php @@ -93,7 +93,7 @@ function getenv_docker($env, $default) { * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * - * At the installation time, DB tables names with $table_prefix are created. + * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. *