Changeset 8200
- Timestamp:
- 06/26/2008 08:13:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r8172 r8200 433 433 case 'photo' : 434 434 set_menu('photo'); 435 set_title(' Post');435 set_title('<?php _e('Post') ?>'); 436 436 <?php if($selection) { ?> 437 437 set_editor("<?php echo $selection; ?>"); … … 519 519 <div id="tagchecklist"></div> 520 520 </div> 521 <label for="post_status" id="post_status"><input type="radio" name="post_status" value="publish" checked="checked" id="published" /> Published <input type="radio" name="post_status" value="draft" id="unpubplished" /> Unpublished</label>521 <label for="post_status" id="post_status"><input type="radio" name="post_status" value="publish" checked="checked" id="published" /><?php _e('Published'); ?> <input type="radio" name="post_status" value="draft" id="unpublished" /> <?php _e('Unpublished'); ?></label> 522 522 <p class="submit"> 523 523 <input type="submit" value="<?php _e('Publish') ?>" onclick="document.getElementById('photo_saving').style.display = '';"/>
Note: See TracChangeset
for help on using the changeset viewer.