Skip to content

Commit 18ec0e9

Browse files
committed
Remove classic adjective
1 parent f325f69 commit 18ec0e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/FrontPage.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use \CarlBennett\MVC\Libraries\Common;
66
use \CarlBennett\MVC\Libraries\Pair;
77

88
$title = "Welcome";
9-
$description = "Welcome to the documentation and discussion for the Classic Battle.net protocol";
9+
$description = "Welcome to the documentation and discussion for the Battle.net™ protocol";
1010

1111
$this->opengraph->attach(new Pair("url", "/welcome"));
1212
$this->opengraph->attach(new Pair("type", "article"));
@@ -17,7 +17,7 @@ require("./header.inc.phtml");
1717
<article>
1818
<header>Welcome to BNETDocs!</header>
1919
<section>
20-
<p>BNETDocs is a community website that documents and discusses the Classic Battle.net&trade; protocol.</p>
20+
<p>BNETDocs is a community website that documents and discusses the Battle.net&trade; protocol.</p>
2121
<h2>Our Legacy</h2>
2222
<img class="welcome-logo-book" alt="BNETDocs Logo" title="BNETDocs Logo" src="<?php echo Common::relativeUrlToAbsolute('/a/VSZX0bJ.png'); ?>"/>
2323
<p>From 2003 to today, the documentation has been maintained by a loving and passionate community of gamers and developers like you. A lot of us have poured our heart and soul into keeping accurate documentation to the best of our ability. It is with the support of our community that we are able to continue this legacy, as Blizzard Entertainment continues updating their classic games.</p>

0 commit comments

Comments
 (0)