Skip to content

Commit

Permalink
spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenapples committed Jan 21, 2016
1 parent 65ca2fd commit 0cb0468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fieldmanager.php
Expand Up @@ -355,7 +355,7 @@ function fm_calculate_context() {
break;
// Context = "term".
case 'edit-tags.php':
case 'term.php':
case 'term.php':
if ( !empty( $_POST['taxonomy'] ) ) {
$calculated_context = array( 'term', sanitize_text_field( $_POST['taxonomy'] ) );
} elseif ( !empty( $_GET['taxonomy'] ) ) {
Expand Down

0 comments on commit 0cb0468

Please sign in to comment.