Log in with username/password: lyceum/lyceum

Changeset 1057

Show
Ignore:
Timestamp:
08/16/07 00:14:13 (1 year ago)
Author:
jjb
Message:

Dynamic documentation for slug option.

#610

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/lyceum/wp-admin/options-general.php

    r1030 r1057  
    3838<td><div id="slugMsg" style="float:right"></div><input name="slug" type="text" id="slug" value="<?php echo $currentSlug ?>" size="40" /> 
    3939<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> 
     40What 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> 
    4141</tr> 
    4242<tr valign="top">  
Log in with username/password: lyceum/lyceum