File tree Expand file tree Collapse file tree
suggested-tasks/providers Expand file tree Collapse file tree Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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 () ];
You can’t perform that action at this time.
0 commit comments