|
$category ) { ?>
-
+
$text ) { ?>
diff --git a/includes/admin/settings/class-sp-settings-status.php b/includes/admin/settings/class-sp-settings-status.php
index 1e3dd358..e5de5016 100644
--- a/includes/admin/settings/class-sp-settings-status.php
+++ b/includes/admin/settings/class-sp-settings-status.php
@@ -390,7 +390,7 @@ class SP_Settings_Status extends SP_Settings_Page {
labels->name );
+ echo esc_html( $object->labels->name );
?>:
|
@@ -442,13 +442,13 @@ class SP_Settings_Status extends SP_Settings_Page {
|
| : |
Name );
+ echo esc_html( $active_theme->Name );
?> |
| : |
Version );
+ echo esc_html( $active_theme->Version );
if ( ! empty( $theme_version_data['version'] ) && version_compare( $theme_version_data['version'], $active_theme->Version, '!=' ) )
echo ' – ' . $theme_version_data['version'] . ' ' . __( 'is available', 'sportspress' ) . '';
diff --git a/includes/admin/views/html-admin-config.php b/includes/admin/views/html-admin-config.php
index f91e09fc..f2b9d0d1 100644
--- a/includes/admin/views/html-admin-config.php
+++ b/includes/admin/views/html-admin-config.php
@@ -37,8 +37,8 @@ $columns = get_option( 'sportspress_player_columns', 'auto' );
| >
- | post_title ); ?> |
- post_name ); ?> |
+ post_title ); ?> |
+ post_name ); ?> |
ID ) ); ?> |
ID ) ); ?> |
post_excerpt ); ?> |
@@ -114,7 +114,7 @@ $columns = get_option( 'sportspress_player_columns', 'auto' );
>
| post_name ); ?>> |
|
- post_name ); ?>for, post_name ); ?>against |
+ post_name ); ?>for, post_name ); ?>against |
ID ) ); ?> |
ID ) ); ?> |
post_excerpt ); ?> |
@@ -215,7 +215,7 @@ $columns = get_option( 'sportspress_player_columns', 'auto' );
?>
post_title ); ?> |
- post_name ); ?> |
+ post_name ); ?> |
ID ) ); ?> |
ID ) ); ?> |
@@ -326,7 +326,7 @@ $columns = get_option( 'sportspress_player_columns', 'auto' );
>
| post_title ); ?> |
- post_name ); ?> |
+ post_name ); ?> |
post_excerpt ); ?> |
|
diff --git a/includes/admin/views/html-admin-page-status.php b/includes/admin/views/html-admin-page-status.php
index 8f7b933b..59710d04 100644
--- a/includes/admin/views/html-admin-page-status.php
+++ b/includes/admin/views/html-admin-page-status.php
@@ -349,7 +349,7 @@
labels->name );
+ echo esc_html( $object->labels->name );
?>:
|
@@ -401,7 +401,7 @@
|
| : |
Name );
+ echo esc_html( $active_theme->Name );
?> |
diff --git a/includes/admin/views/html-admin-settings.php b/includes/admin/views/html-admin-settings.php
index 613b7a65..3d7ee6c1 100644
--- a/includes/admin/views/html-admin-settings.php
+++ b/includes/admin/views/html-admin-settings.php
@@ -2,7 +2,7 @@
' ); ?>
|