Skip to content

Commit

Permalink
removing excessive commenting from pull request - will give full cred…
Browse files Browse the repository at this point in the history
…it of feature to developer in the readme file
  • Loading branch information
eddiemoya committed Mar 28, 2014
1 parent d2376f6 commit 2452d87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions media-categories.php
Expand Up @@ -203,9 +203,7 @@ function gallery_shortcode($attr) {

if( !empty($$mc_tax) ){

//Modified 1 line of code on 2013.04.03 by Bryan Lee Williams (BLWBebopKid)
//Split the categories on commas into an array of categories
//if only one category exists it will be a single elemnt array
$term = explode(',',${$mc_tax});
$term_field = (is_numeric($term)) ? 'id' : 'slug';
$tax_query = array(
Expand Down

0 comments on commit 2452d87

Please sign in to comment.