Plugin Directory

Changeset 2412770


Ignore:
Timestamp:
11/04/2020 08:26:36 PM (5 years ago)
Author:
overflowcafe
Message:

PHP updates

File:
1 edited

Legend:

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

    r2412075 r2412770  
    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.