Skip to content

Commit 37a6c90

Browse files
committed
CS
1 parent d2c0c56 commit 37a6c90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

classes/admin/widgets/class-todo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ public function the_todo_list() {
8686
<button id="todo-list-completed-delete-all-cancel" onclick="prplTodoWidget.closeDeleteAllPopover()">
8787
<?php
8888
/* translators: %1$s is the strong tag, %2$s is the closing strong tag. */
89-
printf( \esc_html__( '%1$sNo%2$s, keep this list', 'progress-planner' ), '<strong>', '</strong>' );
89+
\printf( \esc_html__( '%1$sNo%2$s, keep this list', 'progress-planner' ), '<strong>', '</strong>' );
9090
?>
9191
</button>
9292
<button id="todo-list-completed-delete-all-confirm" onclick="prplTodoWidget.deleteAllCompletedTasksAndClosePopover()">
9393
<?php
9494
/* translators: %1$s is the strong tag, %2$s is the closing strong tag. */
95-
printf( \esc_html__( '%1$sYes%2$s, delete all completed tasks', 'progress-planner' ), '<strong>', '</strong>' );
95+
\printf( \esc_html__( '%1$sYes%2$s, delete all completed tasks', 'progress-planner' ), '<strong>', '</strong>' );
9696
?>
9797
</button>
9898
</div>

0 commit comments

Comments
 (0)