mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Remove extraneuos newlines
git-svn-id: https://develop.svn.wordpress.org/trunk@19623 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user