From 5aa3a5126477a7497677902df05ddfe90d212731 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 17 Nov 2019 16:16:02 +0000 Subject: [PATCH] Docs: Update broken source code link in `WP_Filesystem_SSH2` class. Props mryoga, finchps. Fixes #48467. Built from https://develop.svn.wordpress.org/trunk@46742 git-svn-id: http://core.svn.wordpress.org/trunk@46542 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-filesystem-ssh2.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-filesystem-ssh2.php b/wp-admin/includes/class-wp-filesystem-ssh2.php index fd53083737..6468caf72b 100644 --- a/wp-admin/includes/class-wp-filesystem-ssh2.php +++ b/wp-admin/includes/class-wp-filesystem-ssh2.php @@ -9,7 +9,7 @@ * Complie libssh2 (Note: Only 0.14 is officaly working with PHP 5.2.6+ right now, But many users have found the latest versions work) * * cd /usr/src - * wget http://surfnet.dl.sourceforge.net/sourceforge/libssh2/libssh2-0.14.tar.gz + * wget https://www.libssh2.org/download/libssh2-0.14.tar.gz * tar -zxvf libssh2-0.14.tar.gz * cd libssh2-0.14/ * ./configure diff --git a/wp-includes/version.php b/wp-includes/version.php index 4bb1e84f80..eb98129650 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46741'; +$wp_version = '5.4-alpha-46742'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.