Changeset 2412770
- Timestamp:
- 11/04/2020 08:26:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
potentially/trunk/includes/class-oc-potentially-dashboard-widget.php
r2412075 r2412770 28 28 self::id, // Unique ID of widget. 29 29 self::widget_title, // Visible title of widget. 30 array($this, 'wp_add_dashboard_widget_callback') ,// Callback to display widget content.30 array($this, 'wp_add_dashboard_widget_callback') // Callback to display widget content. 31 31 ); 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.