Commit Graph

  • 0401ec1c9f Add access modifiers to methods/members in WP_Error. Add a magic __get() method for BC. Scott Taylor 2014-05-19 05:49:22 +00:00
  • 26af443ade Add access modifiers to methods/members in WP_Embed. Scott Taylor 2014-05-19 05:46:56 +00:00
  • 8bb3b642ec Add missing access modifiers to methods/members in WP_Customize_*. Scott Taylor 2014-05-19 05:44:49 +00:00
  • ddce296dd3 Add access modifier to methods/members in WP_Ajax_Response. Adds a magic __get() method for BC. Scott Taylor 2014-05-19 05:40:11 +00:00
  • 4a5a7cb88a Add access modifier to methods/members in WP_oEmbed. Adds a magic __call() method for BC. Scott Taylor 2014-05-19 05:36:38 +00:00
  • 0d5768f0f4 Add access modifier to methods of HTTP classes. There are no new private or protected methods, so no need for __call(). Scott Taylor 2014-05-19 05:33:08 +00:00
  • 8c2ccf6d7c Add access modifiers to methods/members in WP_Feed_Cache, WP_SimplePie_File, and WP_Feed_Cache_Transient. Scott Taylor 2014-05-19 05:26:48 +00:00
  • 1d13dc8a85 Add access modifiers to methods/members in Walker_Category and Walker_CategoryDropdown. Scott Taylor 2014-05-19 05:22:38 +00:00
  • 599dff5c3d Add access modifiers to methods/members in WP_Roles. Add a magic __call() method for BC. Scott Taylor 2014-05-19 05:19:36 +00:00
  • 241d1a4d99 Add access modifiers to methods/members in WP_Object_Cache. Add a magic __get() method for BC. Scott Taylor 2014-05-19 05:15:20 +00:00
  • b185ac51b2 In wp_list_bookmarks(), $categorize should now be $r['categorize]. Scott Taylor 2014-05-19 05:10:45 +00:00
  • e43d2a73d8 Fix some hackificator odds and ends in wp-admin: Scott Taylor 2014-05-19 05:03:44 +00:00
  • 7b2c87df9a Improve inline documentation of default arguments for post_format_meta_box(), post_tags_meta_box(), and post_categories_meta_box(). Drew Jaynes (DrewAPicture) 2014-05-19 03:22:21 +00:00
  • f228c5b16e Improve inline documentation of default arguments for the_title_attribute(). Drew Jaynes (DrewAPicture) 2014-05-19 02:27:08 +00:00
  • eef0d99ed8 hackificator doesn't like mixed quote styles in some generated HTML. The switch from single to double allows these files to be parsed. Scott Taylor 2014-05-19 01:58:28 +00:00
  • afe33f0f68 Add access modifier (public) to methods and members of WP_Upgrader and its subclasses. Scott Taylor 2014-05-19 01:28:10 +00:00
  • 17cabb1d8e Add access modifier (public) to methods and members of WP_Upgrader_Skin and its subclasses. Scott Taylor 2014-05-19 01:22:55 +00:00
  • b1a09cf65d Add access modifiers to methods and members of WP_Users_List_Table. Scott Taylor 2014-05-19 01:18:46 +00:00
  • d6a3c2a0de Add access modifiers to methods and members of list table classes: Scott Taylor 2014-05-19 01:16:16 +00:00
  • 99c99b77e3 Add access modifier (public) to methods in WP_Importer. Scott Taylor 2014-05-19 00:19:00 +00:00
  • ae31b3795c Add access modifier (public) to members and methods in WP_Filesystem_SSH2. Scott Taylor 2014-05-19 00:17:18 +00:00
  • fce8b1e0c3 Add access modifier (public) to members and methods in WP_Filesystem_ftpsockets. Scott Taylor 2014-05-19 00:13:29 +00:00
  • 434ce7f6d8 Add access modifier (public) to members and methods in WP_Filesystem_FTPext. Scott Taylor 2014-05-19 00:11:21 +00:00
  • ec06d96ce6 Add access modifier (public) to methods in WP_Filesystem_Direct. Scott Taylor 2014-05-19 00:08:38 +00:00
  • 06672a6c5a Add access modifiers to members and methods in WP_Filesystem_Base. Add magic __get() method for backwards compatibility. Scott Taylor 2014-05-19 00:05:06 +00:00
  • 6e09b1f167 Add access modifier (public) to members and methods in WP_Comments_List_Table and WP_Post_Comments_List_Table. Scott Taylor 2014-05-18 23:58:38 +00:00
  • 8af8f5f8f2 In edit-link-form.php, hackificator bails because there is a </form> with no open <form>. It exists, but is needlessly constructed with PHP. It always returns a <form>, only the id and name are different. The dynamic piece just returns the ID now. Scott Taylor 2014-05-18 22:06:22 +00:00
  • 4f74ef5466 hackificator bails on this file because of mixed quote styles on some HTML attributes. Scott Taylor 2014-05-18 21:47:01 +00:00
  • c6919845ca Remove public keyword from some JS functions. Sorry. Scott Taylor 2014-05-18 21:42:32 +00:00
  • 01fa4c0c1e hackificator bails on this file because the <meta> isn't self-closing. Scott Taylor 2014-05-18 21:35:03 +00:00
  • e509190fb3 Use proper access modifiers and add a magic __get() method to Custom_Background and Custom_Image_Header. Scott Taylor 2014-05-18 21:30:43 +00:00
  • 85ac5c214d Add a unit test that demonstrates a magic getter. Scott Taylor 2014-05-18 21:14:13 +00:00
  • 1b4e4e665a hackificator complains if you call include 'file.php' without the parens, needs to be include( 'file.php' ) Scott Taylor 2014-05-18 20:51:44 +00:00
  • af0851cc0d Because the WP_ADMIN constant name can be bound in multiple files, all instances should check ! defined first. wp-admin/admin.php already has this check. Scott Taylor 2014-05-18 20:41:28 +00:00
  • f083cc4e9b The About page has a <div> that doesn't close. Also, <hr>s should self-close. hackificator complains about these things. Scott Taylor 2014-05-18 20:32:58 +00:00
  • b5fdb2dc06 Improve inline documentation for default arguments in wp_get_archives(). Drew Jaynes (DrewAPicture) 2014-05-18 17:19:56 +00:00
  • 0cc180b0a4 Fix wp_insert_link(), broken in [28406]/[28408]. Sergey Biryukov 2014-05-18 09:55:16 +00:00
  • 9e81d2d692 Add inline documentation for default arguments in wp_insert_category(). Drew Jaynes (DrewAPicture) 2014-05-18 07:27:25 +00:00
  • d56f67b8e9 Update help text on Add Themes screen. Sergey Biryukov 2014-05-17 23:43:41 +00:00
  • 5eecd2e62b Eliminate the use of extract() in MO::import_from_reader(). Scott Taylor 2014-05-17 17:20:26 +00:00
  • 7205796cec Eliminate the use of extract() in get_pages(). Scott Taylor 2014-05-17 17:11:23 +00:00
  • b76a0d791b Eliminate the use of extract() in wp_insert_attachment(). Scott Taylor 2014-05-17 16:53:44 +00:00
  • 9787ea4e2a Eliminate the use of extract() in wp_insert_post(). Scott Taylor 2014-05-17 15:52:11 +00:00
  • 40e6ec443f Add inline comment after fix in [28467]. Scott Taylor 2014-05-17 15:41:40 +00:00
  • 14a7b47119 Restore $soucrce in WP_Upgrader::install_package(). Scott Taylor 2014-05-17 15:39:33 +00:00
  • ff8ae69fce Eliminate the use of extract() in wp_delete_term(). Scott Taylor 2014-05-17 14:54:03 +00:00
  • 06c87f681a Eliminate the use of extract() in get_terms(). Scott Taylor 2014-05-17 14:46:07 +00:00
  • 02066d4241 Eliminate the use of extract() in wp_insert_term(). Scott Taylor 2014-05-17 14:15:40 +00:00
  • c338a15b1f Twenty Ten: correct attribute escaping in the attachment template. Props philiparthurmoore, see #28251. Lance Willett 2014-05-16 22:43:31 +00:00
  • a6129f5ea3 Twenty Fourteen: correct escaping for parent post link and attachment link in image template. Props philiparthurmoore, see #28251. Lance Willett 2014-05-16 22:30:04 +00:00
  • b1b30ad58c Eliminate use of extract() in wp_update_term(). Scott Taylor 2014-05-16 21:28:05 +00:00
  • 54bc77cb93 The cache key for comments in WP_Comment_Query::query() needs to do wp_array_slice_assoc( $this->query_vars, array_keys( $defaults ) ) instead of compact( array_keys( $defaults ) ). The latter assumes all of those variables are still floating around. Scott Taylor 2014-05-16 21:08:15 +00:00
  • cb3341c03d (ACTUALLY) Eliminate use of extract() in WP_Comment_Query::query(). Scott Taylor 2014-05-16 20:51:23 +00:00
  • 8d22270bc1 Eliminate use of extract() in WP_Comment_Query::query(). Scott Taylor 2014-05-16 19:32:05 +00:00
  • 59f8ba6c9e Eliminate use of extract() in wp_insert_comment(). Scott Taylor 2014-05-16 18:51:41 +00:00
  • ccc874514c Eliminate use of extract() in request_filesystem_credentials(). Scott Taylor 2014-05-16 18:25:41 +00:00
  • 6fa89637e5 DFW: fix closing only the wpLink or media modal when pressing Esc. Andrew Ozz 2014-05-16 18:16:59 +00:00
  • 0d92bb2552 Eliminate use of extract() in wp_insert_user(). Scott Taylor 2014-05-16 18:15:00 +00:00
  • 61d2e52e4b In wp_xmlrpc_server::mw_editPost, also set $post_type = $postdata['post_type']. Scott Taylor 2014-05-16 18:05:21 +00:00
  • ec17088ff6 Update inline docs for wp_handle_upload|sideload to reflect their non-use of extract(). Scott Taylor 2014-05-16 17:40:44 +00:00
  • 8f8b12e6a6 Eliminate use of extract() in wp_handle_sideload(). Scott Taylor 2014-05-16 16:14:56 +00:00
  • 176d361626 Eliminate use of extract() in wp_handle_upload(). Scott Taylor 2014-05-16 16:10:00 +00:00
  • 8a25c0ea1e Eliminate use of extract() in wp_widget_rss_form(). Scott Taylor 2014-05-16 15:37:53 +00:00
  • cf3574516a Eliminate use of extract() in wp_xmlrpc_server::mw_editPost() (MetaWeblog API, y'all). Scott Taylor 2014-05-16 15:18:17 +00:00
  • 102806bd81 Eliminate use of extract() in validate_blog_signup(): Scott Taylor 2014-05-16 14:52:04 +00:00
  • 8cdc22267b Eliminate use of extract() in validate_user_signup(). Scott Taylor 2014-05-16 14:46:25 +00:00
  • d2965e291d Eliminate use of extract() in validate_another_blog_signup(). Scott Taylor 2014-05-16 14:42:25 +00:00
  • 4585195977 Filter out empty and duplicate values in Comment Moderation and Comment Blacklist settings. Sergey Biryukov 2014-05-16 11:09:28 +00:00
  • 6100833f0c DFW: Properly handle Esc key when the content is focused or when switching browser tabs. Sergey Biryukov 2014-05-16 10:42:03 +00:00
  • e76bfbefbd Don't include caption tags in gallery template when there is no caption. Sergey Biryukov 2014-05-15 21:02:04 +00:00
  • ae938f524e Eliminate use of extract() in wp_get_object_terms(). Scott Taylor 2014-05-15 19:57:57 +00:00
  • 1b93413580 Eliminate use of extract() in wp_widget_rss_output(). Scott Taylor 2014-05-15 19:41:41 +00:00
  • ce6f3de8ff Eliminate use of extract() in WP_Widget_RSS::widget(). Scott Taylor 2014-05-15 19:35:31 +00:00
  • 5c28e2986c In Walker_Category::start_el(), $title might not be set when $args are passed multiple levels into walk_category_tree(). Scott Taylor 2014-05-15 19:13:45 +00:00
  • ce5a31cd62 Eliminate use of extract() in wp_allow_comment(). Scott Taylor 2014-05-15 18:09:09 +00:00
  • 737ad1a878 Eliminate use of extract() in Walker_Category::start_el(). Scott Taylor 2014-05-15 17:57:13 +00:00
  • cc64187e28 Eliminate use of extract() in wp_generate_tag_cloud(). Scott Taylor 2014-05-15 17:47:21 +00:00
  • 7793a90fd1 Eliminate use of extract() in wp_list_categories(). Scott Taylor 2014-05-15 17:27:18 +00:00
  • 812493f259 Eliminate use of extract() in default-widgets.php. Scott Taylor 2014-05-15 16:32:18 +00:00
  • 29efc53b6a Eliminate use of extract() in wp_dropdown_categories(). Scott Taylor 2014-05-15 15:47:43 +00:00
  • 4aa28e9cdc Eliminate use of extract() in get_comment_reply_link(). Scott Taylor 2014-05-15 15:34:37 +00:00
  • 7d8a053aeb Eliminate use of extract() in WP_Ajax_Response::add(). Just set most of the properties to variables to avoid interpolation churn. Scott Taylor 2014-05-15 15:24:21 +00:00
  • e06aa222ea Eliminate the use of extract() in get_post_reply_link(). Scott Taylor 2014-05-15 06:48:16 +00:00
  • 2a5a75e6d3 Eliminate the use of extract() in wp_list_comments(). All unit tests pass. Scott Taylor 2014-05-15 06:42:19 +00:00
  • 95394c6e7e Eliminate the use of extract() in wp_update_comment(). All unit tests pass. Scott Taylor 2014-05-15 06:36:17 +00:00
  • bb4ea7ae3f Eliminate the use of extract() in wp_check_filetype_and_ext(). Scott Taylor 2014-05-15 06:21:51 +00:00
  • 6dd449551e Eliminate the use of extract() in wp_mail(). Check the filtered array for each value before re-setting variables. Scott Taylor 2014-05-15 06:16:34 +00:00
  • 3c418d4b57 Eliminate the use of extract() in wp_validate_auth_cookie(). Scott Taylor 2014-05-15 06:10:21 +00:00
  • 034de7f1de Eliminate the use of extract() in get_objects_in_term(). Only one property (order) was extracted. Scott Taylor 2014-05-15 05:42:55 +00:00
  • e00ce3ae95 Eliminate the use of extract() in WP_Tax_Query::get_sql(). All unit tests still pass. Scott Taylor 2014-05-15 05:40:40 +00:00
  • 17edee17af Eliminate the use of extract() in the_taxonomies(). Adds unit test. Scott Taylor 2014-05-15 05:24:54 +00:00
  • a3c9e611a8 Eliminate the use of extract() in wp_dropdown_users(). Scott Taylor 2014-05-15 05:17:12 +00:00
  • f116de6203 Set @param back to $output, not $html, in the inline filter docs. This was a copy/paste mistake. Scott Taylor 2014-05-15 05:07:18 +00:00
  • 30dcd2c3e9 Eliminate the use of extract() in WP_Upgrader. wonderboymusic 2014-05-15 05:01:02 +00:00
  • 650e0580e4 Eliminate one of the uses of extract() in wp_handle_upload(). Scott Taylor 2014-05-15 04:30:32 +00:00
  • 219ad73200 Eliminate one of the uses of extract() in wp_handle_sideload(). Scott Taylor 2014-05-15 04:28:24 +00:00
  • 3e54a1fab5 Eliminate use of extract() in get_the_taxonomies(). Adds unit test. Scott Taylor 2014-05-15 03:50:46 +00:00
  • e135cc2076 Eliminate use of extract() in gallery_shortcode(). Scott Taylor 2014-05-15 03:40:46 +00:00
  • e9f929443f Update the inline docs for add_shortcode() to eliminate suggestion to use extract(). Scott Taylor 2014-05-15 03:27:17 +00:00
  • 9d873771b7 Eliminate use of extract() in wp_xmlrpc_server::blogger_editPost(). Scott Taylor 2014-05-15 03:24:40 +00:00