Changeset 1057
- Timestamp:
- 08/16/07 00:14:13 (1 year ago)
- Files:
-
- trunk/src/lyceum/wp-admin/options-general.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/lyceum/wp-admin/options-general.php
r1030 r1057 38 38 <td><div id="slugMsg" style="float:right"></div><input name="slug" type="text" id="slug" value="<?php echo $currentSlug ?>" size="40" /> 39 39 <br /> 40 What will appear in your blog's url. If you make the slug <strong>myblog</strong>, your url will be <?php echo LURL ?>/<strong>myblog</strong>. A slug may contain numbers, lowercase letters, underscores, and hyphens.</td>40 What will appear in your blog's url. If you make the slug <strong>myblog</strong>, your url will be http://<?php echo (SUBDOMAINS ? '' : MAINDOMAIN . '/' ) ?><strong>myblog</strong><?php echo (SUBDOMAINS ? '.'.MAINDOMAIN : '' ) ?>. A slug may contain numbers, lowercase letters, underscores, and hyphens.</td> 41 41 </tr> 42 42 <tr valign="top">
