Changeset 10015
- Timestamp:
- 12/02/2008 07:52:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-form.php
r9903 r10015 93 93 94 94 <div id="publishing-action"> 95 <?php if ( !empty($link->link_id) ) { ?> 95 96 <input name="save" type="submit" class="button-primary" id="publish" tabindex="4" accesskey="p" value="<?php _e('Update Link') ?>" /> 97 <?php } else { ?> 98 <input name="save" type="submit" class="button-primary" id="publish" tabindex="4" accesskey="p" value="<?php _e('Add Link') ?>" /> 99 <?php } ?> 96 100 </div> 97 101 <div class="clear"></div>
Note: See TracChangeset
for help on using the changeset viewer.