Skip to content

Commit 63ed7e5

Browse files
committed
Hopefully the final tweaks.
1 parent 279ae88 commit 63ed7e5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/upgrade-develop-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
db-type: [ 'mysql' ]
6868
db-version: [ '5.7', '8.4' ]
6969
# WordPress 5.3 is the oldest version that supports PHP 7.4.
70-
wp: [ '5.3', '6.6', '6.7', '6.8', '6.9-RC1' ]
70+
wp: [ '5.3', '6.7', '6.8', '6.9-RC1' ]
7171
multisite: [ false, true ]
7272
with:
7373
os: ${{ matrix.os }}

src/wp-includes/pluggable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2778,7 +2778,7 @@ function wp_hash_password(
27782778
* - `PASSWORD_DEFAULT`
27792779
*
27802780
* @since 6.8.0
2781-
* @since 6.9.0 The `$algorithm` parameter is now always a string.
2781+
* @since 7.0.0 The `$algorithm` parameter is now always a string.
27822782
*
27832783
* @param string $algorithm The hashing algorithm. Default is the value of the `PASSWORD_BCRYPT` constant.
27842784
*/
@@ -2791,7 +2791,7 @@ function wp_hash_password(
27912791
* filter. You must ensure that the options are appropriate for the algorithm in use.
27922792
*
27932793
* @since 6.8.0
2794-
* @since 6.9.0 The `$algorithm` parameter is now always a string.
2794+
* @since 7.0.0 The `$algorithm` parameter is now always a string.
27952795
*
27962796
* @param array $options Array of options to pass to the password hashing functions.
27972797
* By default this is an empty array which means the default

0 commit comments

Comments
 (0)