public static function plugin_row_meta($meta, $file)
 {
     global $CRAYON_DONATE;
     if ($file == CrayonWP::basename()) {
         $meta[] = '<a href="options-general.php?page=crayon_settings">' . crayon__('Settings') . '</a>';
         $meta[] = '<a href="options-general.php?page=crayon_settings&theme-editor=1">' . crayon__('Theme Editor') . '</a>';
         $meta[] = '<a href="' . $CRAYON_DONATE . '" target="_blank">' . crayon__('Donate') . '</a>';
     }
     return $meta;
 }