Ticket #2001: options-permalink.php.diff
| File options-permalink.php.diff, 1.2 KB (added by thechris, 6 years ago) |
|---|
-
wp-admin/options-permalink.php
143 143 checked="checked" 144 144 <?php } ?> 145 145 /> 146 <?php _e('Custom, specify below'); ?> 146 <?php _e('Custom, specify below'); ?><br /> <span> » Custom structure has to begin with /, some common variables are %year%, %monthnum%, %day, %postname% </span> 147 147 </label> 148 148 <br /> 149 149 </p> 150 150 <p id="customstructure"><?php _e('Custom structure'); ?>: <input name="permalink_structure" id="permalink_structure" type="text" class="code" style="width: 60%;" value="<?php echo $permalink_structure; ?>" size="50" /></p> 151 151 152 152 153 <h3><?php _e('Optional'); ?></h3> 153 154 <?php if ($is_apache) : ?> 154 155 <p><?php _e('If you like, you may enter a custom prefix for your category URIs here. For example, <code>/taxonomy/tags</code> would make your category links like <code>http://example.org/taxonomy/tags/uncategorized/</code>. If you leave this blank the default will be used.') ?></p> … … 174 175 175 176 </div> 176 177 177 <?php require('./admin-footer.php'); ?> 178 No newline at end of file 178 <?php require('./admin-footer.php'); ?>
