Skip to content

Commit 691762f

Browse files
crstaufbarryhughes
andauthored
improve help language
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
1 parent f28652a commit 691762f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/ActionScheduler_AdminView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public function add_help_tabs() {
265265
'</p>' .
266266
'<h3>' . esc_html__( 'Source', 'action-scheduler' ) . '</h3>' .
267267
'<p>' .
268-
esc_html__( 'Because Action Scheduler can be included as a library in plugins and themes, the code block below indicates from where Action Scheduler is being loaded.', 'action-scheduler' ) .
268+
esc_html__( 'Action Scheduler is currently being loaded from the following location. This can be useful when debugging, or if requested by the support team.', 'action-scheduler' ) .
269269
'</p>' .
270270
'<p><code>' . $as_source . '</code></p>' .
271271
'<h3>' . esc_html__( 'WP CLI', 'action-scheduler' ) . '</h3>' .

0 commit comments

Comments
 (0)