Changeset 9838
- Timestamp:
- 11/21/2008 11:31:59 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/press-this.css
r9787 r9838 446 446 -webkit-border-radius: 11px; 447 447 border-radius: 11px; 448 -moz-box-sizing: content-box;449 -webkit-box-sizing: content-box;450 -khtml-box-sizing: content-box;451 box-sizing: content-box;452 448 } 453 449 .button-primary { -
trunk/wp-admin/press-this.php
r9787 r9838 413 413 } 414 414 } 415 416 415 jQuery(document).ready(function() { 417 416 //resize screen 418 top.resizeTo(720-screen.width+screen.availWidth,660-screen.height+screen.availHeight); 417 window.resizeTo(720,570); 418 419 419 jQuery('#photo_button').click(function() { show('photo'); return false; }); 420 420 jQuery('#video_button').click(function() { show('video'); return false; }); … … 449 449 <?php wp_nonce_field('press-this') ?> 450 450 <input type="hidden" name="post_type" id="post_type" value="text"/> 451 451 <input type="hidden" name="autosave" id="autosave" /> 452 452 <!-- This div holds the photo metadata --> 453 453 <div class="photolist"></div> … … 544 544 <textarea name="content" id="content" style="width:100%;" class="mceEditor" rows="15"> 545 545 <?php if ($selection) echo wp_richedit_pre(htmlspecialchars_decode($selection)); ?> 546 <?php if ($url) { echo '<p>'; if($selection) _e('via '); echo "<a href='$url'>$title</a> "; echo '</p>'; } ?>546 <?php if ($url) { echo '<p>'; if($selection) _e('via '); echo "<a href='$url'>$title</a>."; echo '</p>'; } ?> 547 547 </textarea> 548 548 </div> -
trunk/wp-includes/link-template.php
r9831 r9838 1380 1380 g=f+'?u='+e(l.href)+'&t='+e(d.title)+'&s='+e(s)+'&v=2'; 1381 1381 function a(){ 1382 if(!w.open(g,'t','toolbar=0,resizable=0,scrollbars=1,status=1,width=7 00,height=500')){1382 if(!w.open(g,'t','toolbar=0,resizable=0,scrollbars=1,status=1,width=720,height=570')){ 1383 1383 l.href=g; 1384 1384 }
Note: See TracChangeset
for help on using the changeset viewer.