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 Player Assignments
Plugin URI: http://themeboy.com/
Description: Add player assignments support to SportsPress.
Author: Savvas
Author URI: http://themeboy.com/
Version: 2.7.3
*/
/**
* Player Assignments
*
* @author ThemeBoy
* @category Modules
* @package SportsPress/Modules
* @version 2.7.9
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;
if ( ! class_exists( 'SportsPress_Player_Assignments' ) ) :
/**
* Main SportsPress Player Assignments Class