Update plugin headers

This commit is contained in:
Brian Miyaji
2021-11-05 09:26:05 +09:00
parent a1188b512e
commit f2b2e9a50e
29 changed files with 239 additions and 235 deletions

View File

@@ -1,14 +1,16 @@
<?php
/*
Plugin Name: SportsPress Comments on Scheduled Events
Plugin URI: http://themeboy.com/
Description: Enable commenting on Scheduled Events.
Author: Savvas
Author URI: http://themeboy.com/
Version: 2.6.8
*/
/**
* Comments Scheduled Events
*
* @author ThemeBoy
* @category Modules
* @package SportsPress/Modules
* @version 2.7.9
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;
if ( ! class_exists( 'SportsPress_Comments_Scheduled_Events' ) ) :
/**
* Main SportsPress Comments Scheduled Events Class