Changeset 8256
- Timestamp:
- 07/04/2008 04:12:31 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
wp-admin/css/press-this.css (modified) (2 diffs)
-
wp-admin/gears-manifest.php (modified) (3 diffs)
-
wp-admin/press-this.php (modified) (2 diffs)
-
wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/press-this.css
r8169 r8256 429 429 top: 20px; 430 430 right: 25px; 431 background: white;432 431 padding: 5px; 433 432 } … … 506 505 #footer p a:hover { 507 506 text-decoration: underline; 507 } 508 509 .centered { 510 text-align: center; 511 } -
trunk/wp-admin/gears-manifest.php
r8248 r8256 65 65 { 66 66 "betaManifestVersion" : 1, 67 "version" : "<?php echo $man_version; ?>_2008070 3",67 "version" : "<?php echo $man_version; ?>_20080704", 68 68 "entries" : [ 69 69 <?php echo $defaults; ?> … … 98 98 { "url" : "images/wordpress-logo.png" }, 99 99 { "url" : "images/xit.gif" }, 100 { "url" : "images/loading-publish.gif" }, 101 { "url" : "images/loading.gif" }, 100 102 101 103 { "url" : "../wp-includes/images/crystal/archive.png" }, … … 128 130 { "url" : "../wp-includes/js/tinymce/themes/advanced/js/anchor.js?ver=311" }, 129 131 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js?ver=311" }, 132 { "url" : "../wp-includes/js/tinymce/tiny_mce.js?ver=311" }, 133 { "url" : "../wp-includes/js/tinymce/themes/advanced/editor_template.js?ver=311" }, 134 { "url" : "../wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js?ver=311" }, 130 135 131 136 { "url" : "../wp-includes/js/tinymce/themes/advanced/source_editor.htm?ver=311" }, -
trunk/wp-admin/press-this.php
r8240 r8256 137 137 </div> 138 138 139 <p ><input type="hidden" name="this_photo" value="<?php echo attribute_escape($image); ?>" id="this_photo" />140 <a href="#" class="select"><img src="<?php echo clean_url($image); ?>" width="475"alt="<?php echo attribute_escape(__('Click to insert.')); ?>" title="<?php echo attribute_escape(__('Click to insert.')); ?>" /></a></p>141 142 <p id="options"><a href="#" class="select "><?php _e('Insert Image'); ?></a> | <a href="#" class="cancel"><?php _e('Cancel'); ?></a></p>139 <p class="centered"><input type="hidden" name="this_photo" value="<?php echo attribute_escape($image); ?>" id="this_photo" /> 140 <a href="#" class="select"><img src="<?php echo clean_url($image); ?>" alt="<?php echo attribute_escape(__('Click to insert.')); ?>" title="<?php echo attribute_escape(__('Click to insert.')); ?>" /></a></p> 141 142 <p id="options"><a href="#" class="select button"><?php _e('Insert Image'); ?></a> <a href="#" class="cancel button"><?php _e('Cancel'); ?></a></p> 143 143 <?php die; 144 144 } … … 296 296 <title><?php _e('Press This') ?></title> 297 297 298 <script type="text/javascript" src="../wp-includes/js/tinymce/tiny_mce.js "></script>298 <script type="text/javascript" src="../wp-includes/js/tinymce/tiny_mce.js?ver=311"></script> 299 299 <?php 300 300 add_thickbox(); -
trunk/wp-includes/script-loader.php
r8248 r8256 230 230 $styles->add( 'install', '/wp-admin/css/install.css' ); 231 231 $styles->add( 'theme-editor', '/wp-admin/css/theme-editor.css' ); 232 $styles->add( 'press-this', '/wp-admin/css/press-this.css' );232 $styles->add( 'press-this', '/wp-admin/css/press-this.css', array(), '20080704' ); 233 233 $styles->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.css', array(), '20080613' ); 234 234 $styles->add( 'login', '/wp-admin/css/login.css' );
Note: See TracChangeset
for help on using the changeset viewer.