From 4877d8e25689cdae15cd399275b330ab23654e50 Mon Sep 17 00:00:00 2001
From: Brian Miyaji
Date: Fri, 9 Jun 2017 01:14:55 +1000
Subject: [PATCH] Refactor sp_total_type => sp_type
---
.../meta-boxes/class-sp-meta-box-statistic-details.php | 6 +++---
includes/class-sp-player.php | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-statistic-details.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-statistic-details.php
index 4f8cc4da..97220011 100644
--- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-statistic-details.php
+++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-statistic-details.php
@@ -26,7 +26,7 @@ class SP_Meta_Box_Statistic_Details extends SP_Meta_Box_Config {
$precision = get_post_meta( $post->ID, 'sp_precision', true );
$section = get_post_meta( $post->ID, 'sp_section', true );
$format = get_post_meta( $post->ID, 'sp_format', true );
- $total = get_post_meta( $post->ID, 'sp_total_type', true );
+ $total = get_post_meta( $post->ID, 'sp_type', true );
$visible = get_post_meta( $post->ID, 'sp_visible', true );
// Defaults
@@ -68,7 +68,7 @@ class SP_Meta_Box_Statistic_Details extends SP_Meta_Box_Config {
-