From 85f1feed8499559d03764ad9f43c7eba762d164b Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 6 Jan 2011 04:11:14 +0000 Subject: [PATCH] Bring out the shears. git-svn-id: http://svn.automattic.com/wordpress/trunk@17228 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-ajax.php | 2 +- wp-admin/css/colors-classic.dev.css | 2 +- .../includes/class-wp-comments-list-table.php | 16 ++++----- wp-admin/includes/class-wp-list-table.php | 2 +- .../class-wp-ms-themes-list-table.php | 2 +- .../includes/class-wp-plugins-list-table.php | 2 +- .../includes/class-wp-terms-list-table.php | 6 ++-- wp-admin/includes/ms.php | 2 +- wp-admin/includes/post.php | 2 +- wp-admin/includes/template.php | 2 +- wp-admin/js/edit-comments.dev.js | 8 ++--- wp-admin/js/list-table.dev.js | 18 +++++----- wp-admin/post.php | 2 +- wp-includes/admin-bar.php | 2 +- wp-includes/formatting.php | 6 ++-- .../tinymce/plugins/wplink/css/wplink.dev.css | 4 +-- .../tinymce/plugins/wplink/js/wplink.dev.js | 8 ++--- wp-includes/js/wp-lists.dev.js | 4 +-- wp-includes/kses.php | 2 +- wp-includes/link-template.php | 4 +-- wp-includes/ms-functions.php | 34 +++++++++---------- wp-includes/nav-menu-template.php | 2 +- wp-includes/post.php | 4 +-- wp-includes/taxonomy.php | 2 +- wp-includes/theme.php | 2 +- wp-includes/user.php | 4 +-- 26 files changed, 72 insertions(+), 72 deletions(-) diff --git a/wp-admin/admin-ajax.php b/wp-admin/admin-ajax.php index 5eb33e11c..37f6ed426 100644 --- a/wp-admin/admin-ajax.php +++ b/wp-admin/admin-ajax.php @@ -673,7 +673,7 @@ case 'replyto-comment' : } else { if ( 'single' == $_REQUEST['mode'] ) { $wp_list_table = get_list_table('WP_Post_Comments_List_Table'); - } else { + } else { $wp_list_table = get_list_table('WP_Comments_List_Table'); } $wp_list_table->single_row( $comment ); diff --git a/wp-admin/css/colors-classic.dev.css b/wp-admin/css/colors-classic.dev.css index b6863b847..26cb7081f 100644 --- a/wp-admin/css/colors-classic.dev.css +++ b/wp-admin/css/colors-classic.dev.css @@ -1464,7 +1464,7 @@ body.press-this .stuffbox:hover .handlediv, background-color: #f5f5f5; } -#post-body ul.category-tabs li.tabs a, +#post-body ul.category-tabs li.tabs a, #post-body ul.add-menu-item-tabs li.tabs a, body.press-this ul.category-tabs li.tabs a { color: #333; diff --git a/wp-admin/includes/class-wp-comments-list-table.php b/wp-admin/includes/class-wp-comments-list-table.php index 67b43c243..d76b02ba4 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/wp-admin/includes/class-wp-comments-list-table.php @@ -66,13 +66,13 @@ class WP_Comments_List_Table extends WP_List_Table { } $page = $this->get_pagenum(); - + if ( isset( $_REQUEST['start'] ) ) { $start = $_REQUEST['start']; } else { $start = ( $page - 1 ) * $comments_per_page; } - + if ( $doing_ajax && isset( $_REQUEST['offset'] ) ) { $start += $_REQUEST['offset']; } @@ -115,7 +115,7 @@ class WP_Comments_List_Table extends WP_List_Table { 'per_page' => $comments_per_page, ) ); } - + function get_per_page( $comment_status = 'all' ) { $comments_per_page = $this->get_items_per_page( 'edit_comments_per_page' ); $comments_per_page = apply_filters( 'comments_per_page', $comments_per_page, $comment_status ); @@ -513,7 +513,7 @@ class WP_Comments_List_Table extends WP_List_Table { class WP_Post_Comments_List_Table extends WP_Comments_List_Table { function get_column_info() { - $this->_column_headers = array( + $this->_column_headers = array( array( 'author' => __( 'Author' ), 'comment' => _x( 'Comment', 'column name' ), @@ -521,16 +521,16 @@ class WP_Post_Comments_List_Table extends WP_Comments_List_Table { array(), array(), ); - + return $this->_column_headers; } - + function get_table_classes() { $classes = parent::get_table_classes(); $classes[] = 'comments-box'; return $classes; } - + function display( $output_empty = false ) { extract( $this->_args ); ?> @@ -541,7 +541,7 @@ class WP_Post_Comments_List_Table extends WP_Comments_List_Table { has_items() ) diff --git a/wp-admin/includes/class-wp-ms-themes-list-table.php b/wp-admin/includes/class-wp-ms-themes-list-table.php index 1cb9d61ac..77aa75c58 100644 --- a/wp-admin/includes/class-wp-ms-themes-list-table.php +++ b/wp-admin/includes/class-wp-ms-themes-list-table.php @@ -291,7 +291,7 @@ class WP_MS_Themes_List_Table extends WP_List_Table { $actions = apply_filters( 'theme_action_links', array_filter( $actions ), $theme_key, $theme, $context ); $actions = apply_filters( "theme_action_links_$theme_key", $actions, $theme_key, $theme, $context ); - + $class = empty( $theme['enabled'] ) ? 'inactive' : 'active'; $checkbox_id = "checkbox_" . md5($theme['Name']); $checkbox = ""; diff --git a/wp-admin/includes/class-wp-plugins-list-table.php b/wp-admin/includes/class-wp-plugins-list-table.php index 0534b28fa..7919b9e5e 100644 --- a/wp-admin/includes/class-wp-plugins-list-table.php +++ b/wp-admin/includes/class-wp-plugins-list-table.php @@ -233,7 +233,7 @@ class WP_Plugins_List_Table extends WP_List_Table { $text = _n( 'Update Available (%s)', 'Update Available (%s)', $count ); break; } - + if ( 'search' != $type ) { $status_links[$type] = sprintf( "%s", add_query_arg('plugin_status', $type, 'plugins.php'), diff --git a/wp-admin/includes/class-wp-terms-list-table.php b/wp-admin/includes/class-wp-terms-list-table.php index 4d1b55645..2277d90ff 100644 --- a/wp-admin/includes/class-wp-terms-list-table.php +++ b/wp-admin/includes/class-wp-terms-list-table.php @@ -71,7 +71,7 @@ class WP_Terms_List_Table extends WP_List_Table { 'per_page' => $tags_per_page, ) ); } - + function has_items() { // todo: populate $this->items in prepare_items() return true; @@ -139,7 +139,7 @@ class WP_Terms_List_Table extends WP_List_Table { // convert it to table rows $out = ''; $count = 0; - + $terms = array(); if ( is_taxonomy_hierarchical( $taxonomy ) && !isset( $orderby ) ) { @@ -160,7 +160,7 @@ class WP_Terms_List_Table extends WP_List_Table { $out .= $this->single_row( $term, 0, $taxonomy ); $count = $number; // Only displaying a single page. } - + if ( empty( $terms ) ) { echo ''; $this->no_items(); diff --git a/wp-admin/includes/ms.php b/wp-admin/includes/ms.php index 596c3b373..845852649 100644 --- a/wp-admin/includes/ms.php +++ b/wp-admin/includes/ms.php @@ -349,7 +349,7 @@ function upload_size_limit_filter( $size ) { $fileupload_maxk = 1024 * get_site_option( 'fileupload_maxk', 1500 ); if ( get_site_option( 'upload_space_check_disabled' ) ) return min( $size, $fileupload_maxk ); - + return min( $size, $fileupload_maxk, get_upload_space_available() ); } /** diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index 5e4a0432f..b415e2731 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -1221,7 +1221,7 @@ function wp_check_post_lock( $post_id ) { $lock = explode( ':', $lock ); $time = $lock[0]; $user = isset( $lock[1] ) ? $lock[1] : get_post_meta( $post->ID, '_edit_last', true ); - + $time_window = apply_filters( 'wp_check_post_lock_window', AUTOSAVE_INTERVAL * 2 ); if ( $time && $time > time() - $time_window && $user != get_current_user_id() ) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index e2d2cf03d..a788b8f8d 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -330,7 +330,7 @@ function wp_comment_reply($position = '1', $checkbox = false, $mode = 'single', echo $content; return; } - + if ( $mode == 'single' ) { $wp_list_table = get_list_table('WP_Post_Comments_List_Table'); } else { diff --git a/wp-admin/js/edit-comments.dev.js b/wp-admin/js/edit-comments.dev.js index 177dc86f7..00ebe6b88 100644 --- a/wp-admin/js/edit-comments.dev.js +++ b/wp-admin/js/edit-comments.dev.js @@ -213,10 +213,10 @@ setCommentsList = function() { refillTheExtraList(); }; - + var refillTheExtraList = function(ev) { var args = $.query.get(), total_pages = listTable.get_total_pages(), per_page = $('input[name=_per_page]', '#comments-form').val(); - + if (args.paged > total_pages) { return; } @@ -228,7 +228,7 @@ setCommentsList = function() { args.number = 1; args.offset = per_page - 1; // fetch only the last item of the next page } - + args.no_placeholder = true; args.paged ++; @@ -277,7 +277,7 @@ commentReply = { }); this.comments_listing = $('#comments-form > input[name="comment_status"]').val() || ''; - + $(listTable).bind('beforeChangePage', function(){ commentReply.close(); }); diff --git a/wp-admin/js/list-table.dev.js b/wp-admin/js/list-table.dev.js index 4a201b314..50b94867f 100644 --- a/wp-admin/js/list-table.dev.js +++ b/wp-admin/js/list-table.dev.js @@ -160,7 +160,7 @@ listTable.init(); listTable.update_rows({'paged': paged}, false, function() { if ( $el.parents('.tablenav.bottom').length ) scrollTo(0, 0); - + $(listTable).trigger('changePage'); }); } @@ -256,20 +256,20 @@ listTable.init(); if ( $('h2.nav-tab-wrapper').length ) return; - if ( 'site-users-network' == pagenow || 'site-themes-network' == pagenow ) { + if ( 'site-users-network' == pagenow || 'site-themes-network' == pagenow ) { $('h4.search-text').remove(); if ( data.s ) - $('ul.subsubsub').after($('

').html( - listTableL10n.search.replace('%s', this.htmlencode(data.s)) + $('ul.subsubsub').after($('

').html( + listTableL10n.search.replace('%s', this.htmlencode(data.s)) )); - } else { + } else { $('h2 .subtitle').remove(); - if ( data.s ) - $('h2').append($('').html( - listTableL10n.search.replace('%s', this.htmlencode(data.s)) - )); + if ( data.s ) + $('h2').append($('').html( + listTableL10n.search.replace('%s', this.htmlencode(data.s)) + )); } }); } diff --git a/wp-admin/post.php b/wp-admin/post.php index 4dd4f7c4c..0dae46dde 100644 --- a/wp-admin/post.php +++ b/wp-admin/post.php @@ -162,7 +162,7 @@ case 'edit': $parent_file = "edit.php"; $submenu_file = "edit.php"; } else { - if ( isset( $post_type_object ) && $post_type_object->show_in_menu && $post_type_object->show_in_menu !== true ) + if ( isset( $post_type_object ) && $post_type_object->show_in_menu && $post_type_object->show_in_menu !== true ) $parent_file = $post_type_object->show_in_menu; else $parent_file = "edit.php?post_type=$post_type"; diff --git a/wp-includes/admin-bar.php b/wp-includes/admin-bar.php index 25ce5c3b2..c1e45d645 100644 --- a/wp-includes/admin-bar.php +++ b/wp-includes/admin-bar.php @@ -356,7 +356,7 @@ function _get_admin_bar_pref( $context, $user = 0 ) { $pref = get_user_option( "show_admin_bar_{$context}", $user ); if ( false === $pref ) return 'admin' != $context || is_multisite(); - + return 'true' === $pref; } diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 7493bcf3b..ca3c19ace 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -1313,11 +1313,11 @@ function antispambot($emailaddy, $mailto=0) { function _make_url_clickable_cb($matches) { $url = $matches[2]; $suffix = ''; - + /** Include parentheses in the URL only if paired **/ while ( substr_count( $url, '(' ) < substr_count( $url, ')' ) ) { - $suffix = strrchr( $url, ')' ) . $suffix; - $url = substr( $url, 0, strrpos( $url, ')' ) ); + $suffix = strrchr( $url, ')' ) . $suffix; + $url = substr( $url, 0, strrpos( $url, ')' ) ); } $url = esc_url($url); diff --git a/wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css b/wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css index 1092aa576..16db9e5ca 100644 --- a/wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css +++ b/wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css @@ -4,10 +4,10 @@ } #wp-link ol, -#wp-link ul { +#wp-link ul { list-style: none; margin: 0; - padding: 0; + padding: 0; } #wp-link input[type="text"] { diff --git a/wp-includes/js/tinymce/plugins/wplink/js/wplink.dev.js b/wp-includes/js/tinymce/plugins/wplink/js/wplink.dev.js index b60ac7ebc..6d30b515d 100644 --- a/wp-includes/js/tinymce/plugins/wplink/js/wplink.dev.js +++ b/wp-includes/js/tinymce/plugins/wplink/js/wplink.dev.js @@ -251,14 +251,14 @@ var wpLink; // We're about to toggle visibility; it's currently the opposite visible = !panel.is(':visible'), win = $(window); - + $(this).toggleClass('toggle-arrow-active', visible); - + inputs.dialog.height('auto'); panel.slideToggle( 300, function() { setUserSetting('wplink', visible ? '1' : '0'); inputs[ visible ? 'search' : 'url' ].focus(); - + // Move the box if the box is now expanded, was opened in a collapsed state, // and if it needs to be moved. (Judged by bottom not being positive or // bottom being smaller than top.) @@ -266,7 +266,7 @@ var wpLink; top = widget.offset().top, bottom = top + widget.outerHeight(), diff = bottom - win.height(); - + if ( diff > scroll ) { widget.animate({'top': diff < top ? top - diff : scroll }, 200); } diff --git a/wp-includes/js/wp-lists.dev.js b/wp-includes/js/wp-lists.dev.js index d425931a7..fb145ab7b 100644 --- a/wp-includes/js/wp-lists.dev.js +++ b/wp-includes/js/wp-lists.dev.js @@ -323,7 +323,7 @@ wpList = { process: function(el) { var list = this, $el = $(el || document); - + $el.delegate( "form[class^=add:" + list.id + ":]", 'submit', function(){ return list.wpList.add(this); }); @@ -331,7 +331,7 @@ wpList = { $el.delegate( "[class^=add:" + list.id + ":]:not(form)", 'click', function(){ return list.wpList.add(this); }); - + $el.delegate( "[class^=delete:" + list.id + ":]", 'click', function(){ return list.wpList.del(this); }); diff --git a/wp-includes/kses.php b/wp-includes/kses.php index 4bd7ce100..aea7aa81d 100644 --- a/wp-includes/kses.php +++ b/wp-includes/kses.php @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit * http://www.gnu.org/licenses/gpl.html - * + * * [kses strips evil scripts!] * * Added wp_ prefix to avoid conflicts with existing kses users diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index a4dd3e135..33f0a7dd5 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -274,8 +274,8 @@ function _get_page_link( $id = false, $leavename = false, $sample = false ) { $draft_or_pending = in_array( $post->post_status, array( 'draft', 'pending', 'auto-draft' ) ); $link = $wp_rewrite->get_page_permastruct(); - - if ( !empty($link) && ( ( isset($post->post_status) && !$draft_or_pending ) || $sample ) ) { + + if ( !empty($link) && ( ( isset($post->post_status) && !$draft_or_pending ) || $sample ) ) { if ( ! $leavename ) { $link = str_replace('%pagename%', get_page_uri($id), $link); } diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index b3b21dfaa..9d727c9f4 100644 --- a/wp-includes/ms-functions.php +++ b/wp-includes/ms-functions.php @@ -455,7 +455,7 @@ function wpmu_admin_redirect_add_updated_param( $url = '' ) { * This function checks against the Banned Email Domains list * at wp-admin/network/settings.php. The check is only run on * self-registrations; user creation at wp-admin/network/users.php - * bypasses this check. + * bypasses this check. * * @since MU * @@ -612,7 +612,7 @@ function wpmu_validate_user_signup($user_name, $user_email) { * $user parameter to the function, where $user is the other user, is * effectively an override of this limitation. * - * Filter 'wpmu_validate_blog_signup' if you want to modify + * Filter 'wpmu_validate_blog_signup' if you want to modify * the way that WordPress validates new site signups. * * @since MU @@ -1577,11 +1577,11 @@ function upload_is_user_over_quota( $echo = true ) { /** * Check an array of MIME types against a whitelist. * - * WordPress ships with a set of allowed upload filetypes, + * WordPress ships with a set of allowed upload filetypes, * which is defined in wp-includes/functions.php in * get_allowed_mime_types(). This function is used to filter - * that list against the filetype whitelist provided by Multisite - * Super Admins at wp-admin/network/settings.php. + * that list against the filetype whitelist provided by Multisite + * Super Admins at wp-admin/network/settings.php. * * @since MU * @@ -1806,7 +1806,7 @@ function maybe_redirect_404() { * * @since MU * @uses add_existing_user_to_blog() - */ + */ function maybe_add_existing_user_to_blog() { if ( false === strpos( $_SERVER[ 'REQUEST_URI' ], '/newbloguser/' ) ) return false; @@ -1832,9 +1832,9 @@ function maybe_add_existing_user_to_blog() { * * @since MU * @uses add_user_to_blog() - * + * * @param array $details - */ + */ function add_existing_user_to_blog( $details = false ) { global $blog_id; @@ -1849,11 +1849,11 @@ function add_existing_user_to_blog( $details = false ) { * Add a newly created user to the appropriate blog * * @since MU - * + * * @param int $user_id * @param string $email * @param array $meta - */ + */ function add_new_user_to_blog( $user_id, $email, $meta ) { global $current_site; if ( $meta[ 'add_to_blog' ] ) { @@ -1869,7 +1869,7 @@ function add_new_user_to_blog( $user_id, $email, $meta ) { * Correct From host on outgoing mail to match the site domain * * @since MU - */ + */ function fix_phpmailer_messageid( $phpmailer ) { global $current_site; $phpmailer->Hostname = $current_site->domain; @@ -1884,7 +1884,7 @@ function fix_phpmailer_messageid( $phpmailer ) { * * @param string $username * @return bool - */ + */ function is_user_spammy( $username = 0 ) { if ( $username == 0 ) { $user_id = get_current_user_id(); @@ -1907,7 +1907,7 @@ function is_user_spammy( $username = 0 ) { * @param int $old_value * @param int $value The new public value * @return bool - */ + */ function update_blog_public( $old_value, $value ) { global $wpdb; do_action('update_blog_public'); @@ -1922,7 +1922,7 @@ add_action('update_option_blog_public', 'update_blog_public', 10, 2); * @uses get_blog_details() * * @return int - */ + */ function get_dashboard_blog() { if ( $blog = get_site_option( 'dashboard_blog' ) ) return get_blog_details( $blog ); @@ -1940,7 +1940,7 @@ function get_dashboard_blog() { * @param int $user_id Optional. Defaults to current user. * @param int $blog_id Optional. Defaults to current blog. * @return bool - */ + */ function is_user_option_local( $key, $user_id = 0, $blog_id = 0 ) { global $wpdb; @@ -1964,7 +1964,7 @@ function is_user_option_local( $key, $user_id = 0, $blog_id = 0 ) { * @since MU * * @return bool - */ + */ function users_can_register_signup_filter() { $registration = get_site_option('registration'); if ( $registration == 'all' || $registration == 'user' ) @@ -1981,7 +1981,7 @@ add_filter('option_users_can_register', 'users_can_register_signup_filter'); * * @param string $text * @return string - */ + */ function welcome_user_msg_filter( $text ) { if ( !$text ) { return __( 'Dear User, diff --git a/wp-includes/nav-menu-template.php b/wp-includes/nav-menu-template.php index 23657f7c3..21898ab86 100644 --- a/wp-includes/nav-menu-template.php +++ b/wp-includes/nav-menu-template.php @@ -426,7 +426,7 @@ function _wp_menu_item_classes_by_context( &$menu_items ) { 'taxonomy' == $parent_item->type && isset( $possible_taxonomy_ancestors[ $parent_item->object ] ) && in_array( $parent_item->object_id, $possible_taxonomy_ancestors[ $parent_item->object ] ) && - ( + ( ! isset( $queried_object->term_id ) || $parent_item->object_id != $queried_object->term_id ) diff --git a/wp-includes/post.php b/wp-includes/post.php index c4422bc35..cea834ba3 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -619,9 +619,9 @@ function get_page_statuses( ) { * public - Whether posts of this status should be shown in the front end of the site. Defaults to true. * exclude_from_search - Whether to exclude posts with this post status from search results. Defaults to true. * show_in_admin_all_list - Whether to include posts in the edit listing for their post type - * show_in_admin_status_list - Show in the list of statuses with post counts at the top of the edit + * show_in_admin_status_list - Show in the list of statuses with post counts at the top of the edit * listings, e.g. All (12) | Published (9) | My Custom Status (2) ... - * + * * Arguments prefixed with an _underscore shouldn't be used by plugins and themes. * * @package WordPress diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 72d387ad1..60068c5a8 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -2912,7 +2912,7 @@ function get_the_taxonomies($post = 0, $args = array() ) { $args = wp_parse_args( $args, array( 'template' => '%s: %l.', - ) ); + ) ); extract( $args, EXTR_SKIP ); $taxonomies = array(); diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 46c1cf174..8de8ae381 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -1754,7 +1754,7 @@ function add_theme_support( $feature ) { $_wp_theme_features[$feature] = true; else $_wp_theme_features[$feature] = array_slice( func_get_args(), 1 ); - + if ( $feature == 'post-formats' && is_array( $_wp_theme_features[$feature][0] ) ) $_wp_theme_features[$feature][0] = array_intersect( $_wp_theme_features[$feature][0], array_keys( get_post_format_slugs() ) ); } diff --git a/wp-includes/user.php b/wp-includes/user.php index 706ded312..e39d19e3e 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -1457,10 +1457,10 @@ function wp_insert_user($userdata) { if ( empty($user_registered) ) $user_registered = gmdate('Y-m-d H:i:s'); - + if ( empty($show_admin_bar_front) ) $show_admin_bar_front = 'true'; - + if ( empty($show_admin_bar_admin) ) $show_admin_bar_admin = is_multisite() ? 'true' : 'false';