Skip to content

Commit

Permalink
Now plugins can add buttons on the upload menu
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Jul 15, 2019
1 parent d89d28d commit cb42f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/BulkEmbed/BulkEmbed.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function getUploadMenuButton(){
return '';
}

return '<li><a href="'.$global['webSiteRootURL'].'plugin/BulkEmbed/search.php" ><span class="fa fa-link"></span>'.__("Bulk Embed").'</a></li>';
return '<li><a href="'.$global['webSiteRootURL'].'plugin/BulkEmbed/search.php" ><span class="fa fa-link"></span> '.__("Bulk Embed").'</a></li>';
}


Expand Down

0 comments on commit cb42f5e

Please sign in to comment.