diff options
author | deva <deva> | 2008-10-13 12:39:17 +0000 |
---|---|---|
committer | deva <deva> | 2008-10-13 12:39:17 +0000 |
commit | 71f846affc51a062261aab575e53c37d2972bdfd (patch) | |
tree | 958ed1799d43f57e9c1eb68eda3beff30a04ad7b /forum/utils/editor.php | |
parent | 42032d4bd8dd0c9772afd6ef7c1b09104cb22e8b (diff) |
Removed all hardcoded executionroom.com references.
Diffstat (limited to 'forum/utils/editor.php')
-rw-r--r-- | forum/utils/editor.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forum/utils/editor.php b/forum/utils/editor.php index 681b98d..36fb39d 100644 --- a/forum/utils/editor.php +++ b/forum/utils/editor.php @@ -130,13 +130,13 @@ foreach($smileys as $smiley) { <strong>To make a link, simply type the URL, and the system will automagically transform it into an anchor (remember the <em>http://</em> part)</strong>.<br/> - Example: http://www.executionroom.com<br/> + Example: http://www.example.com<br/> </p> <p> <strong>To insert an image, simply type the URL to that image, it will automagically be transformed into an image, with a link to the original image (again, remember the <em>http://</em> part).</strong><br/> - Example: http://www.executionroom.com/gfx/logos/die_logo_bloody.png + Example: http://www.example.com/image.jpg </p> <p> <button type="submit">Post</button> |