Plugin Directory

Changeset 2123307


Ignore:
Timestamp:
07/15/2019 03:52:41 PM (7 years ago)
Author:
darwinmateos
Message:

echo statement removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doms-search/trunk/doms-search.php

    r2103510 r2123307  
    5353      $attach_content .= '<p>'. $attach_file .' <a href="' . $attach_file . '" target="_blank" class="btn btn-primary">'. __('Download here','doms-search') .'</a></p>' ;
    5454    }
    55 
    56     return $attach_content;
    57   } else {
    58     return $content;
    5955  }
     56  return $content;
    6057}
    6158return $content;
Note: See TracChangeset for help on using the changeset viewer.