diff --git a/asyncjsBackendClass.php b/asyncjsBackendClass.php index 08e5097..2d652b2 100644 --- a/asyncjsBackendClass.php +++ b/asyncjsBackendClass.php @@ -361,7 +361,7 @@ public function setmeta($links, $file = null) // If it's us, add the link. if ( $file === $plugin ) { $newlink = array( sprintf( '%s', __( 'Settings' ) ) ); - $links = array_merge( $links, $newlink ); + $links = array_merge( $newlink, $links ); } return $links;