mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
PressThis: make the Preview button "subtle".
See #31458. Built from https://develop.svn.wordpress.org/trunk@31655 git-svn-id: http://core.svn.wordpress.org/trunk@31636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9716d171c7
commit
be207e6550
@ -1105,7 +1105,7 @@ class WP_Press_This {
|
||||
</div>
|
||||
<div class="post-actions">
|
||||
<button type="button" class="button-subtle draft-button"><?php _e( 'Save Draft' ); ?></button>
|
||||
<button type="button" class="button preview-button"><?php _e( 'Preview' ); ?></button>
|
||||
<button type="button" class="button-subtle preview-button"><?php _e( 'Preview' ); ?></button>
|
||||
<button type="button" class="button-primary publish-button"><?php _e( 'Publish' ); ?></button>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31654';
|
||||
$wp_version = '4.2-alpha-31655';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user