Skip to content

Commit 0964be2

Browse files
update link
1 parent 53bd5d9 commit 0964be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Module/Admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ public function getPluginActionLinks( $links, $file ) {
820820
$links,
821821
sprintf(
822822
'<a href="%s">%s</a>',
823-
admin_url( 'upload.php?page=' . Visualizer_Plugin::NAME ),
823+
admin_url( 'admin.php?page=' . Visualizer_Plugin::NAME ),
824824
esc_html__( 'Library', 'visualizer' )
825825
)
826826
);

0 commit comments

Comments
 (0)