-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2396 from actuallyakash/issue/2365
Added filter for updating text when not enrolled in any course
- Loading branch information
Showing
3 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
significance: patch | ||
type: dev | ||
comment: Added hook `lifterlms_dashboard_memberships_not_enrolled_text` for | ||
updating text when user is not enrolled in any memberships. | ||
links: | ||
- "#2396" | ||
entry: Added `lifterlms_dashboard_memberships_not_enrolled_text` filter hook to | ||
allow altering the message displaying on the dashboard when the current user | ||
is not enrolled in any memberships. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
significance: patch | ||
type: dev | ||
comment: Added filter to change the text to be displayed when the student is not | ||
enrolled in any courses. | ||
links: | ||
- "#2396" | ||
entry: Added `lifterlms_dashboard_courses_not_enrolled_text` filter hook to allow altering the message displaying on the dashboard when the current user is not enrolled in any courses. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters