Tag version 2.6.17

This commit is contained in:
Brian Miyaji
2019-06-01 13:25:39 +10:00
parent 8e25d43d2a
commit 8565b409b8
6 changed files with 17 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin
* @version 2.6
* @version 2.6.17
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Classes
* @version 2.3
* @version 2.6.17
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -5,7 +5,7 @@
* The SportsPress player class handles individual player data.
*
* @class SP_Player
* @version 2.6.16
* @version 2.6.17
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy