Remove comparison operators
This commit is contained in:
@@ -48,8 +48,8 @@ function sp_manage_posts_custom_column( $column, $post_id ) {
|
||||
break;
|
||||
case 'sp_equation':
|
||||
echo str_replace(
|
||||
array( '+', '-', '*', '/', '==', '!=', '<', '<=', '>', '>=' ),
|
||||
array( '+', '−', '×', '÷', '=', '≠', '<', '≤', '>', '≥' ),
|
||||
array( '$', '+', '-', '*', '/' ),
|
||||
array( '', '+', '−', '×', '÷' ),
|
||||
get_post_meta ( $post_id, 'sp_equation', true )
|
||||
);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user