Fix equation display in admin
This commit is contained in:
@@ -61,7 +61,7 @@ class SP_Admin_CPT_Column extends SP_Admin_CPT {
|
|||||||
echo esc_html( $post->post_name );
|
echo esc_html( $post->post_name );
|
||||||
break;
|
break;
|
||||||
case 'sp_equation':
|
case 'sp_equation':
|
||||||
echo esc_html( sp_get_post_equation( $post_id ) );
|
echo wp_kses_post( sp_get_post_equation( $post_id ) );
|
||||||
break;
|
break;
|
||||||
case 'sp_precision':
|
case 'sp_precision':
|
||||||
echo esc_html( sp_get_post_precision( $post_id ) );
|
echo esc_html( sp_get_post_precision( $post_id ) );
|
||||||
|
|||||||
Reference in New Issue
Block a user