From fb89c9083402798bc4812280df19a9901f6e2871 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sun, 20 Jul 2014 00:36:28 +1000 Subject: [PATCH] Display docs instead of themes --- sportspress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sportspress.php b/sportspress.php index c9295de3..406ccc39 100644 --- a/sportspress.php +++ b/sportspress.php @@ -136,7 +136,7 @@ final class SportsPress { public function action_links( $links ) { return array_merge( array( '' . __( 'Settings', 'sportspress' ) . '', - '' . __( 'Themes', 'sportspress' ) . '', + '' . __( 'Docs', 'sportspress' ) . '', '' . __( 'Upgrade', 'sportspress' ) . '', ), $links ); }