Skip to content

Commit

Permalink
Added name of schedule as title on displayed schedule, great for debu…
Browse files Browse the repository at this point in the history
…gging schedules!
  • Loading branch information
ianmjones committed Apr 20, 2016
1 parent 83ee94b commit e283cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/includes/class-cron-pixie.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function dashboard_widget_content() {
?>
<!-- Schedule Item template -->
<script type="text/template" id="cron-pixie-schedule-item-tmpl">
<span class="cron-pixie-schedule-display"><%= display %></span>
<span class="cron-pixie-schedule-display" title="<%= name %>"><%= display %></span>
<ul class="cron-pixie-events"></ul>
</script>

Expand Down

0 comments on commit e283cb8

Please sign in to comment.