Plugin Directory

Changeset 2412075


Ignore:
Timestamp:
11/03/2020 10:29:23 PM (5 years ago)
Author:
overflowcafe
Message:

added comma on line 30

File:
1 edited

Legend:

Unmodified
Added
Removed
  • potentially/trunk/includes/class-oc-potentially-dashboard-widget.php

    r2412048 r2412075  
    2828      self::id,                                         // Unique ID of widget.
    2929      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.
    3131    );
    3232  }
Note: See TracChangeset for help on using the changeset viewer.