Changeset 1168
- Timestamp:
- 04/25/2004 05:35:13 PM (21 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r1160 r1168 291 291 include_once ('admin-header.php'); 292 292 if ($user_level < get_settings('links_minadminlevel')) { 293 die(__('You havedo not have sufficent permissions to edit the links for this blog.'));293 die(__('You do not have sufficent permissions to edit the links for this blog.')); 294 294 } 295 295 … … 552 552 include_once ("./admin-header.php"); 553 553 if ($user_level < get_settings('links_minadminlevel')) { 554 die(__("You havedo not have sufficient permissions to edit the links for this blog."));554 die(__("You do not have sufficient permissions to edit the links for this blog.")); 555 555 } 556 556 -
trunk/wp-admin/options-permalink.php
r1164 r1168 49 49 <li><code>%day% </code>--- <?php _e('Day of the month, for example <code>28</code>') ?></li> 50 50 <li><code>%postname%</code> --- <?php _e('A sanitized version of the title of the post. So “This Is A Great Post!” becomes “<code>this-is-a-great-post</code>” in the URI') ?> </li> 51 <li><code>%post_id%</code> --- <?php _e('The unique ID # of the post, for example <code>423</code> <strong></strong>') ?></li>51 <li><code>%post_id%</code> --- <?php _e('The unique ID # of the post, for example <code>423</code>') ?></li> 52 52 </ul> 53 53 <?php _e('<p>So for example a value like:</p>
Note: See TracChangeset
for help on using the changeset viewer.