Skip to content

Commit

Permalink
Fixed link and text to 'Bulk Watermark'
Browse files Browse the repository at this point in the history
  • Loading branch information
teamcrombie committed Oct 8, 2024
1 parent a16c6a3 commit dcfe09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ilove-img-watermark.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ function ilove_img_wm_add_plugin_page_settings_link( $links ) {
'">' . __( 'Settings', 'iloveimg-watermark' ) . '</a>';

$links[] = '<a href="' .
admin_url( 'upload.php?page=iloveimg-media-page' ) .
'">' . __( 'Bulk Optimization', 'iloveimg-watermark' ) . '</a>';
admin_url( 'upload.php?page=iloveimg-media-watermark-page' ) .
'">' . __( 'Bulk Watermark', 'iloveimg-watermark' ) . '</a>';

return $links;
}
Expand Down

0 comments on commit dcfe09d

Please sign in to comment.