Skip to content

Commit 8fc905d

Browse files
committed
Docs: Use third-person singular verbs in class-wp-site-health-auto-updates.php, as per docblocks standards.
See #55646. git-svn-id: https://develop.svn.wordpress.org/trunk@54324 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b4acf19 commit 8fc905d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/wp-admin/includes/class-wp-site-health-auto-updates.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function __construct() {
2020

2121

2222
/**
23-
* Run tests to determine if auto-updates can run.
23+
* Runs tests to determine if auto-updates can run.
2424
*
2525
* @since 5.2.0
2626
*
@@ -58,7 +58,7 @@ static function( $test ) {
5858
}
5959

6060
/**
61-
* Test if auto-updates related constants are set correctly.
61+
* Tests if auto-updates related constants are set correctly.
6262
*
6363
* @since 5.2.0
6464
* @since 5.5.1 The `$value` parameter can accept an array.
@@ -84,7 +84,7 @@ public function test_constants( $constant, $value ) {
8484
}
8585

8686
/**
87-
* Check if updates are intercepted by a filter.
87+
* Checks if updates are intercepted by a filter.
8888
*
8989
* @since 5.2.0
9090
*
@@ -106,7 +106,7 @@ public function test_wp_version_check_attached() {
106106
}
107107

108108
/**
109-
* Check if automatic updates are disabled by a filter.
109+
* Checks if automatic updates are disabled by a filter.
110110
*
111111
* @since 5.2.0
112112
*
@@ -127,7 +127,7 @@ public function test_filters_automatic_updater_disabled() {
127127
}
128128

129129
/**
130-
* Check if automatic updates are disabled.
130+
* Checks if automatic updates are disabled.
131131
*
132132
* @since 5.3.0
133133
*
@@ -151,7 +151,7 @@ public function test_wp_automatic_updates_disabled() {
151151
}
152152

153153
/**
154-
* Check if automatic updates have tried to run, but failed, previously.
154+
* Checks if automatic updates have tried to run, but failed, previously.
155155
*
156156
* @since 5.2.0
157157
*
@@ -197,7 +197,7 @@ public function test_if_failed_update() {
197197
}
198198

199199
/**
200-
* Check if WordPress is controlled by a VCS (Git, Subversion etc).
200+
* Checks if WordPress is controlled by a VCS (Git, Subversion etc).
201201
*
202202
* @since 5.2.0
203203
*
@@ -267,7 +267,7 @@ public function test_vcs_abspath() {
267267
}
268268

269269
/**
270-
* Check if we can access files without providing credentials.
270+
* Checks if we can access files without providing credentials.
271271
*
272272
* @since 5.2.0
273273
*
@@ -299,7 +299,7 @@ public function test_check_wp_filesystem_method() {
299299
}
300300

301301
/**
302-
* Check if core files are writable by the web user/group.
302+
* Checks if core files are writable by the web user/group.
303303
*
304304
* @since 5.2.0
305305
*
@@ -386,7 +386,7 @@ public function test_all_files_writable() {
386386
}
387387

388388
/**
389-
* Check if the install is using a development branch and can use nightly packages.
389+
* Checks if the install is using a development branch and can use nightly packages.
390390
*
391391
* @since 5.2.0
392392
*
@@ -424,7 +424,7 @@ public function test_accepts_dev_updates() {
424424
}
425425

426426
/**
427-
* Check if the site supports automatic minor updates.
427+
* Checks if the site supports automatic minor updates.
428428
*
429429
* @since 5.2.0
430430
*

0 commit comments

Comments
 (0)