mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Remove extraneuos newlines
git-svn-id: http://svn.automattic.com/wordpress/trunk@19623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c39397033a
commit
c924060858
@ -371,8 +371,6 @@ table.ie-fixed {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#wpcontent .button-primary-disabled {
|
||||
color: #9FD0D5;
|
||||
background: #298CBA;
|
||||
|
@ -46,8 +46,6 @@ TABLE OF CONTENTS:
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
1.0 - Text Styles
|
||||
------------------------------------------------------------------------------*/
|
||||
@ -1195,8 +1193,6 @@ form.upgrade .hint {
|
||||
margin: 2px 0 5px 3px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
16.0 - Themes
|
||||
------------------------------------------------------------------------------*/
|
||||
@ -2414,5 +2410,3 @@ div.sidebar-name h3 {
|
||||
.press-this-sidebar {
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
|
@ -5470,9 +5470,6 @@ fieldset {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
MERGED
|
||||
-------------------------------------------------------------------------------*/
|
||||
|
@ -917,8 +917,6 @@ function get_attachment_fields_to_edit($post, $errors = null) {
|
||||
|
||||
$edit_post = sanitize_post($post, 'edit');
|
||||
|
||||
|
||||
|
||||
$form_fields = array(
|
||||
'post_title' => array(
|
||||
'label' => __('Title'),
|
||||
@ -1129,8 +1127,6 @@ function get_media_item( $attachment_id, $args = null ) {
|
||||
|
||||
$item .= "</td></tr>\n";
|
||||
|
||||
|
||||
|
||||
$item .= "
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -535,8 +535,6 @@ class WP_Http {
|
||||
else
|
||||
return !in_array( $check['host'], $accessible_hosts ); //Inverse logic, If its in the array, then we can't access it.
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1445,8 +1445,6 @@ html[dir="rtl"] .wp-switch-editor {
|
||||
.wp-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
||||
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
||||
|
||||
|
||||
|
||||
/* WP jQuery Dialog Theme */
|
||||
.wp-dialog {
|
||||
border: 1px solid #999;
|
||||
|
@ -80,8 +80,6 @@
|
||||
.wp-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
||||
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
||||
|
||||
|
||||
|
||||
/* WP jQuery Dialog Theme */
|
||||
.wp-dialog {
|
||||
border: 1px solid #999;
|
||||
|
@ -869,8 +869,6 @@ function wp_widget_rss_output( $rss, $args = array() ) {
|
||||
unset($rss);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Display RSS widget options form.
|
||||
*
|
||||
|
@ -206,8 +206,6 @@ class MagpieRSS {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
function feed_cdata ($p, $text) {
|
||||
|
||||
if ($this->feed_type == ATOM and $this->incontent)
|
||||
|
Loading…
Reference in New Issue
Block a user