Plugin Directory

Changeset 2953228


Ignore:
Timestamp:
08/14/2023 11:49:19 AM (3 years ago)
Author:
apsaraaruna
Message:

improvement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • widget-youtube-subscribtion/tags/1.0.17/youtubesubs.php

    r2953227 r2953228  
    44Plugin URI:   https://wordpress.org/plugins/subscribe-button-widget/
    55Description:  Youtube Subscriptions button display.
    6 Version:      1.0.16
     6Version:      1.0.17
    77Author:       Apsara Aruna
    88Author URI:   https://profiles.wordpress.org/apsaraaruna
     
    2020require_once plugin_dir_path(__FILE__) . 'includes/youtubesubs-class.php';
    2121
    22 function register_youtubesubs()
    23 {
     22function register_youtubesubs() {
    2423    register_widget('YouTube_Subs_Widget');
    2524}
Note: See TracChangeset for help on using the changeset viewer.