Skip to content

Commit

Permalink
show "settings" before "deactivate"
Browse files Browse the repository at this point in the history
  • Loading branch information
futtta committed Dec 10, 2018
1 parent 584006d commit 08359e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncjsBackendClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ public function setmeta($links, $file = null)
// If it's us, add the link.
if ( $file === $plugin ) {
$newlink = array( sprintf( '<a href="options-general.php?page=async-javascript">%s</a>', __( 'Settings' ) ) );
$links = array_merge( $links, $newlink );
$links = array_merge( $newlink, $links );
}

return $links;
Expand Down

0 comments on commit 08359e4

Please sign in to comment.