Skip to content

Commit 5174f87

Browse files
authored
Merge pull request #379 from infosiftr/todont
Remove outdated TODO
2 parents ebef32e + cb3f7fc commit 5174f87

File tree

10 files changed

+0
-20
lines changed

10 files changed

+0
-20
lines changed

docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
8989
fi
9090
fi
9191

92-
# TODO handle WordPress upgrades magically in the same way, but only if wp-includes/version.php's $wp_version is less than /usr/src/wordpress/wp-includes/version.php's $wp_version
93-
9492
# allow any of these "Authentication Unique Keys and Salts." to be specified via
9593
# environment variables with a "WORDPRESS_" prefix (ie, "WORDPRESS_AUTH_KEY")
9694
uniqueEnvs=(

php7.1/apache/docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
8989
fi
9090
fi
9191

92-
# TODO handle WordPress upgrades magically in the same way, but only if wp-includes/version.php's $wp_version is less than /usr/src/wordpress/wp-includes/version.php's $wp_version
93-
9492
# allow any of these "Authentication Unique Keys and Salts." to be specified via
9593
# environment variables with a "WORDPRESS_" prefix (ie, "WORDPRESS_AUTH_KEY")
9694
uniqueEnvs=(

php7.1/fpm-alpine/docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
8989
fi
9090
fi
9191

92-
# TODO handle WordPress upgrades magically in the same way, but only if wp-includes/version.php's $wp_version is less than /usr/src/wordpress/wp-includes/version.php's $wp_version
93-
9492
# allow any of these "Authentication Unique Keys and Salts." to be specified via
9593
# environment variables with a "WORDPRESS_" prefix (ie, "WORDPRESS_AUTH_KEY")
9694
uniqueEnvs=(

php7.1/fpm/docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
8989
fi
9090
fi
9191

92-
# TODO handle WordPress upgrades magically in the same way, but only if wp-includes/version.php's $wp_version is less than /usr/src/wordpress/wp-includes/version.php's $wp_version
93-
9492
# allow any of these "Authentication Unique Keys and Salts." to be specified via
9593
# environment variables with a "WORDPRESS_" prefix (ie, "WORDPRESS_AUTH_KEY")
9694
uniqueEnvs=(

php7.2/apache/docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
8989
fi
9090
fi
9191

92-
# TODO handle WordPress upgrades magically in the same way, but only if wp-includes/version.php's $wp_version is less than /usr/src/wordpress/wp-includes/version.php's $wp_version
93-
9492
# allow any of these "Authentication Unique Keys and Salts." to be specified via
9593
# environment variables with a "WORDPRESS_" prefix (ie, "WORDPRESS_AUTH_KEY")
9694
uniqueEnvs=(

php7.2/fpm-alpine/docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
8989
fi
9090
fi
9191

92-
# TODO handle WordPress upgrades magically in the same way, but only if wp-includes/version.php's $wp_version is less than /usr/src/wordpress/wp-includes/version.php's $wp_version
93-
9492
# allow any of these "Authentication Unique Keys and Salts." to be specified via
9593
# environment variables with a "WORDPRESS_" prefix (ie, "WORDPRESS_AUTH_KEY")
9694
uniqueEnvs=(

php7.2/fpm/docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
8989
fi
9090
fi
9191

92-
# TODO handle WordPress upgrades magically in the same way, but only if wp-includes/version.php's $wp_version is less than /usr/src/wordpress/wp-includes/version.php's $wp_version
93-
9492
# allow any of these "Authentication Unique Keys and Salts." to be specified via
9593
# environment variables with a "WORDPRESS_" prefix (ie, "WORDPRESS_AUTH_KEY")
9694
uniqueEnvs=(

php7.3/apache/docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
8989
fi
9090
fi
9191

92-
# TODO handle WordPress upgrades magically in the same way, but only if wp-includes/version.php's $wp_version is less than /usr/src/wordpress/wp-includes/version.php's $wp_version
93-
9492
# allow any of these "Authentication Unique Keys and Salts." to be specified via
9593
# environment variables with a "WORDPRESS_" prefix (ie, "WORDPRESS_AUTH_KEY")
9694
uniqueEnvs=(

php7.3/fpm-alpine/docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
8989
fi
9090
fi
9191

92-
# TODO handle WordPress upgrades magically in the same way, but only if wp-includes/version.php's $wp_version is less than /usr/src/wordpress/wp-includes/version.php's $wp_version
93-
9492
# allow any of these "Authentication Unique Keys and Salts." to be specified via
9593
# environment variables with a "WORDPRESS_" prefix (ie, "WORDPRESS_AUTH_KEY")
9694
uniqueEnvs=(

php7.3/fpm/docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
8989
fi
9090
fi
9191

92-
# TODO handle WordPress upgrades magically in the same way, but only if wp-includes/version.php's $wp_version is less than /usr/src/wordpress/wp-includes/version.php's $wp_version
93-
9492
# allow any of these "Authentication Unique Keys and Salts." to be specified via
9593
# environment variables with a "WORDPRESS_" prefix (ie, "WORDPRESS_AUTH_KEY")
9694
uniqueEnvs=(

0 commit comments

Comments
 (0)