Changeset 26851
- Timestamp:
- 12/11/2013 07:48:29 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/color-picker.css
r26435 r26851 30 30 31 31 .wp-color-result:after { 32 background: #f7f7f7; 32 background: #f7f7f7; 33 33 border-radius: 0 2px 2px 0; 34 34 border-left: 1px solid #ccc; -
trunk/src/wp-admin/css/ie.css
r26819 r26851 213 213 .theme-browser .theme .theme-screenshot { 214 214 height: 180px; 215 min-width: 215 min-width: 216 216 } 217 217 -
trunk/src/wp-admin/includes/class-wp-upgrader.php
r26762 r26851 1903 1903 // if the filesystem is unavailable, false is returned. 1904 1904 if ( false === $upgrade_result ) { 1905 $upgrade_result = new WP_Error( 'fs_unavailable', __( 'Could not access filesystem.' ) ); 1905 $upgrade_result = new WP_Error( 'fs_unavailable', __( 'Could not access filesystem.' ) ); 1906 1906 } 1907 1907 -
trunk/src/wp-admin/includes/plugin.php
r26664 r26851 809 809 // Don't remove the plugins that weren't deleted. 810 810 $deleted = array_diff( $plugins, $errors ); 811 811 812 812 foreach ( $deleted as $plugin_file ) { 813 813 unset( $current->response[ $plugin_file ] ); -
trunk/src/wp-admin/includes/theme.php
r26736 r26851 312 312 */ 313 313 $args = apply_filters( 'themes_api_args', $args, $action ); 314 314 315 315 /** 316 316 * Filter whether to override the WordPress.org Themes API. -
trunk/src/wp-admin/js/post.js
r26549 r26851 375 375 } 376 376 }).filter(':visible').find('.wp-tab-first').focus(); 377 377 378 378 // Set the heartbeat interval to 15 sec. if post lock dialogs are enabled 379 379 if ( typeof wp !== 'undefined' && wp.heartbeat && $('#post-lock-dialog').length ) { -
trunk/src/wp-admin/js/widgets.js
r26703 r26851 441 441 widget.find( 'input.add_new' ).val(''); 442 442 443 /* 443 /* 444 444 * Check if any part of the sidebar is visible in the viewport. If it is, don't scroll. 445 445 * Otherwise, scroll up to so the sidebar is in view. … … 451 451 viewportBottom = viewportTop + $(window).height(); 452 452 sidebarBounds = sidebar.offset(); 453 453 454 454 sidebarBounds.bottom = sidebarBounds.top + sidebar.outerHeight(); 455 455 -
trunk/src/wp-admin/themes.php
r26827 r26851 280 280 <span class="more-details"><?php _e( 'Theme Details' ); ?></span> 281 281 <div class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.author }}}' ); ?></div> 282 282 283 283 <# if ( data.active ) { #> 284 284 <h3 class="theme-name"><span><?php _ex( 'Active:', 'theme' ); ?></span> {{{ data.name }}}</h3> -
trunk/src/wp-admin/update-core.php
r26828 r26851 491 491 // Force a update check when requested 492 492 $force_check = ! empty( $_GET['force-check'] ); 493 wp_version_check( array(), $force_check ); 493 wp_version_check( array(), $force_check ); 494 494 495 495 require_once(ABSPATH . 'wp-admin/admin-header.php'); -
trunk/src/wp-includes/class-wp-image-editor-gd.php
r26650 r26851 371 371 } 372 372 elseif ( 'image/jpeg' == $mime_type ) { 373 if ( ! $this->make_image( $filename, 'imagejpeg', array( $image, $filename, $this->quality ) ) ) 373 if ( ! $this->make_image( $filename, 'imagejpeg', array( $image, $filename, $this->quality ) ) ) 374 374 return new WP_Error( 'image_save_error', __('Image Editor Save Failed') ); 375 375 } -
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r26645 r26851 120 120 return new WP_Error( 'error_loading_image', __('File doesn’t exist?'), $this->file ); 121 121 122 /** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */ 122 /** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */ 123 123 // Even though Imagick uses less PHP memory than GD, set higher limit for users that have low PHP.ini limits 124 124 @ini_set( 'memory_limit', apply_filters( 'image_memory_limit', WP_MAX_MEMORY_LIMIT ) ); … … 453 453 @ chmod( $filename, $perms ); 454 454 455 /** This filter is documented in wp-includes/class-wp-image-editor-gd.php */ 455 /** This filter is documented in wp-includes/class-wp-image-editor-gd.php */ 456 456 return array( 457 457 'path' => $filename, -
trunk/src/wp-includes/formatting.php
r26631 r26851 1868 1868 * @param string $img Filename for the smiley image. 1869 1869 * @param string $site_url Site URL, as returned by site_url(). 1870 */ 1870 */ 1871 1871 $src_url = apply_filters( 'smilies_src', includes_url( "images/smilies/$img" ), $img, site_url() ); 1872 1872 -
trunk/src/wp-includes/functions.php
r26644 r26851 2251 2251 -moz-box-sizing: border-box; 2252 2252 box-sizing: border-box; 2253 2253 2254 2254 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08); 2255 2255 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08); -
trunk/src/wp-includes/wlwmanifest.xml
r19712 r26851 8 8 <supportsGetTags>Yes</supportsGetTags> 9 9 </options> 10 10 11 11 <weblog> 12 12 <serviceName>WordPress</serviceName> … … 16 16 <adminLinkText>Dashboard</adminLinkText> 17 17 <adminUrl> 18 <![CDATA[ 19 {blog-postapi-url}/../wp-admin/ 18 <![CDATA[ 19 {blog-postapi-url}/../wp-admin/ 20 20 ]]> 21 21 </adminUrl> 22 22 <postEditingUrl> 23 <![CDATA[ 24 {blog-postapi-url}/../wp-admin/post.php?action=edit&post={post-id} 23 <![CDATA[ 24 {blog-postapi-url}/../wp-admin/post.php?action=edit&post={post-id} 25 25 ]]> 26 26 </postEditingUrl> … … 33 33 <imageUrl>images/wlw/wp-comments.png</imageUrl> 34 34 <clickUrl> 35 <![CDATA[ 35 <![CDATA[ 36 36 {blog-postapi-url}/../wp-admin/edit-comments.php 37 37 ]]>
Note: See TracChangeset
for help on using the changeset viewer.