Skip to content

Commit bd2a4b7

Browse files
committed
fix docs
1 parent 8614aaf commit bd2a4b7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

classes/class-badges.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public function clear_content_progress() {
170170
* - Later completion dates take precedence (>= comparison ensures newer badges win)
171171
*
172172
* This is used to:
173-
* - Display the most recent achievement on the dashboard
174173
* - Trigger celebrations for newly completed badges
175174
* - Track user progress momentum
176175
*

classes/suggested-tasks/providers/class-tasks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ public function get_external_link_url() {
283283
* @type int $target_term_id The ID of the term this task targets.
284284
* @type string $target_taxonomy The taxonomy slug for term-based tasks.
285285
* }
286-
* @return string The generated task ID (e.g., "provider-id-123-2025W42").
286+
* @return string The generated task ID (e.g., "provider-id-123-202542").
287287
*/
288288
public function get_task_id( $task_data = [] ) {
289289
$parts = [ $this->get_provider_id() ];

0 commit comments

Comments
 (0)