Skip to content

Commit b4c6169

Browse files
committed
Fix default download URL #38
1 parent 2f2c968 commit b4c6169

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/org/netbeans/modules/php/wordpress/WordPressPhpModuleExtender.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ public class WordPressPhpModuleExtender extends PhpModuleExtender {
101101
private static final String WP_CONFIG_PHP = "wp-config.php"; // NOI18N
102102
private NewProjectConfigurationPanel panel;
103103
private static final String WORDPRESS = "wordpress"; // NOI18N
104-
private static final String WP_DL_URL_DEFAULT = "http://wordpress.org/latest.zip"; // NOI18N
105-
private static final String WP_DL_URL_FORMAT = "http://%s.wordpress.org/latest-%s.zip"; // NOI18N
104+
private static final String WP_DL_URL_DEFAULT = "https://wordpress.org/latest.zip"; // NOI18N
106105
private static final String DB_NAME = "DB_NAME"; // NOI18N
107106
private static final String DB_USER = "DB_USER"; // NOI18N
108107
private static final String DB_PASSWORD = "DB_PASSWORD"; // NOI18N

0 commit comments

Comments
 (0)