Changeset 11047 for trunk/wp-admin/edit-link-categories.php
- Timestamp:
- 04/22/2009 07:29:01 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-link-categories.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-categories.php
r10943 r11047 190 190 191 191 <div class="form-wrap"> 192 <h3><?php _e('Add Category'); ?></h3>192 <h3><?php _e('Add Link Category'); ?></h3> 193 193 <div id="ajax-response"></div> 194 194 <form name="addcat" id="addcat" class="add:the-list: validate" method="post" action="link-category.php"> … … 197 197 198 198 <div class="form-field form-required"> 199 <label for="name"><?php _e(' Category name') ?></label>199 <label for="name"><?php _e('Link Category name') ?></label> 200 200 <input name="name" id="name" type="text" value="" size="40" aria-required="true" /> 201 201 </div> 202 202 203 203 <div class="form-field"> 204 <label for="slug"><?php _e(' Category slug') ?></label>204 <label for="slug"><?php _e('Link Category slug') ?></label> 205 205 <input name="slug" id="slug" type="text" value="" size="40" /> 206 206 <p><?php _e('The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.'); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.