TwentyFifteen:
- Fix image caption alignment in the editor. - Remove unused var from functions.js. Also includes few images that were shrunk a bit when running grunt precommit. Fixes #30493. Built from https://develop.svn.wordpress.org/trunk@30562 git-svn-id: http://core.svn.wordpress.org/trunk@30551 1a063a9b-81f0-0310-95a4-ce76da25c4cd
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
|
@ -352,7 +352,7 @@ a {
|
|||
margin: 0 0 28px 0;
|
||||
max-width: 660px;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
.wp-caption.alignleft {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
( function( $ ) {
|
||||
var $body, $window, $document, $sidebar, adminbarOffset, top = false,
|
||||
bottom = false, windowWidth, windowHeight, lastWindowPos = 0,
|
||||
topOffset = 0, documentHeight, sidebarWidth, sidebarHeight, resizeTimer;
|
||||
topOffset = 0, documentHeight, sidebarHeight, resizeTimer;
|
||||
|
||||
// Add dropdown toggle that display child menu items.
|
||||
$( '.main-navigation .page_item_has_children > a, .main-navigation .menu-item-has-children > a' ).after( '<button class="dropdown-toggle" aria-expanded="false">' + screenReaderText.expand + '</button>' );
|
||||
|
@ -127,4 +127,4 @@
|
|||
}
|
||||
} );
|
||||
|
||||
} )( jQuery );
|
||||
} )( jQuery );
|
||||
|
|
Before Width: | Height: | Size: 43 B After Width: | Height: | Size: 43 B |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 6.9 KiB |
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-beta2-30561';
|
||||
$wp_version = '4.1-beta2-30562';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|