From f8f17ebdfa74851127deb7fdc6b568eb31132c05 Mon Sep 17 00:00:00 2001 From: "info@mschuette.name" Date: Tue, 20 May 2014 16:36:45 +0000 Subject: [PATCH] yet another hack for Nanostation Loco --- freifunk-versions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/freifunk-versions.php b/freifunk-versions.php index f323c4a..b79c7f3 100644 --- a/freifunk-versions.php +++ b/freifunk-versions.php @@ -84,6 +84,7 @@ function ff_hh_shortcode_versions( $atts, $content, $name ) { $hw = str_replace('-', ' ', $hw); $hw = str_replace('TP LINK TL ', 'TP-Link TL-', $hw); } elseif (!strncmp($hw, 'ubiquiti', 8)) { + $hw = str_replace('ubiquiti-bullet-m', 'ubiquiti-bullet-m / nanostation-loco-m', $hw); $hw = str_replace('-m', ' M2', $hw); $hw = str_replace('-', ' ', $hw); $hw = ucwords($hw);