Changeset 13775 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/views/block-course-status.php
- Timestamp:
- 06/04/2024 11:39:41 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/views/block-course-status.php
r13754 r13775 28 28 if ( $is_completed ) { 29 29 $content = __( 'Completed', 'wporg-learn' ); 30 } elseif ( Sensei_Utils:: user_started_course( $course_id, $user_id ) ) {30 } elseif ( Sensei_Utils::has_started_course( $course_id, $user_id ) ) { 31 31 $content = __( 'In progress', 'wporg-learn' ); 32 32 } else {
Note: See TracChangeset
for help on using the changeset viewer.