Skip to content

Commit e2dceaa

Browse files
committed
Improve commentary.
1 parent d1afe94 commit e2dceaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

classes/ActionScheduler_SystemInformation.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ public static function active_source_path(): string {
8080
/**
8181
* Get registered sources.
8282
*
83+
* It is not always possible to obtain this information. For instance, if earlier versions (<=3.9.0) of
84+
* Action Scheduler register themselves first, then the necessary data about registered sources will
85+
* not be available.
86+
*
8387
* @return array<string, string>
8488
*/
8589
public static function get_sources() {

0 commit comments

Comments
 (0)