Make WordPress Core

Changes between Version 18 and Version 28 of Ticket #24210


Ignore:
Timestamp:
04/29/2013 02:14:37 PM (11 years ago)
Author:
nacin
Comment:

Thanks, Rasmus, for testing your tool on WordPress trunk.

The only ones left by my count are from ID3, Services_JSON, and SimplePie.

SimplePie upstream: https://github.com/simplepie/simplepie/issues/293 (open) and https://github.com/simplepie/simplepie/pull/291 (merged)

Services_JSON upstream: http://pear.php.net/bugs/bug.php?id=19920

The lack of recent activity upstream for ID3 (not to mention the use of a phpbb forum as a bug tracker) scares the hell out of me: http://www.getid3.org/phpBB3/viewforum.php?f=4

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24210

    • Property Owner set to nacin
    • Property Status changed from new to accepted
  • Ticket #24210 – Description

    v18 v28  
    88
    99--------------------------------
    10 File       : wp-signup.php:493
    11 Reason     : RequiredAfterOptionalParam
    12 Snippet    : $user_name = ''
    13 Line       : function confirm_blog_signup($domain, $path, $blog_title, $user_name = '', $user_email = '', $meta) {
    14 
    15 --------------------------------
    16 File       : wp-signup.php:493
    17 Reason     : RequiredAfterOptionalParam
    18 Snippet    : $user_email = ''
    19 Line       : function confirm_blog_signup($domain, $path, $blog_title, $user_name = '', $user_email = '', $meta) {
    20 
    21 --------------------------------
    22 File       : wp-includes/widgets.php:76
    23 Reason     : RequiredAfterOptionalParam
    24 Snippet    : $id_base = false
    25 Line       : function WP_Widget( $id_base = false, $name, $widget_options = array(), $control_options = array() ) {
    26 
    27 --------------------------------
    28 File       : wp-includes/widgets.php:93
    29 Reason     : RequiredAfterOptionalParam
    30 Snippet    : $id_base = false
    31 Line       : function __construct( $id_base = false, $name, $widget_options = array(), $control_options = array() ) {
    32 
    33 --------------------------------
    34 File       : wp-includes/post.php:4789
    35 Reason     : RequiredAfterOptionalParam
    36 Snippet    : $deprecated = ''
    37 Line       : function _future_post_hook( $deprecated = '', $post ) {
    38 
    39 --------------------------------
    40 File       : wp-admin/includes/class-wp-terms-list-table.php:173
    41 Reason     : RequiredAfterOptionalParam
    42 Snippet    : $start = 0
    43 Line       : function _rows( $taxonomy, $terms, &$children, $start = 0, $per_page = 20, &$count, $parent = 0, $level = 0 ) {
    44 
    45 --------------------------------
    46 File       : wp-admin/includes/class-wp-terms-list-table.php:173
    47 Reason     : RequiredAfterOptionalParam
    48 Snippet    : $per_page = 20
    49 Line       : function _rows( $taxonomy, $terms, &$children, $start = 0, $per_page = 20, &$count, $parent = 0, $level = 0 ) {
    50 
    51 --------------------------------
    52 File       : wp-admin/includes/class-wp-terms-list-table.php:159
    53 Reason     : TooManyArgument
    54 Snippet    : $this->single_row($term, 0, $taxonomy)
    55 Line       : $out .= $this->single_row( $term, 0, $taxonomy );
    56 
    57 --------------------------------
    58 File       : wp-admin/includes/class-wp-terms-list-table.php:202
    59 Reason     : TooManyArgument
    60 Snippet    : $this->single_row($my_parent, $level - $num_parents, $taxonomy)
    61 Line       : $output .=  "\t" . $this->single_row( $my_parent, $level - $num_parents, $taxonomy );
    62 
    63 --------------------------------
    64 File       : wp-admin/includes/class-wp-terms-list-table.php:208
    65 Reason     : TooManyArgument
    66 Snippet    : $this->single_row($term, $level, $taxonomy)
    67 Line       : $output .= "\t" . $this->single_row( $term, $level, $taxonomy );
    68 
    69 --------------------------------
    7010File       : wp-includes/SimplePie/Locator.php:94
    7111Reason     : RequiredAfterOptionalParam
    7212Snippet    : $type = SIMPLEPIE_LOCATOR_ALL
    7313Line       : public function find($type = SIMPLEPIE_LOCATOR_ALL, &$working)
    74 
    75 --------------------------------
    76 File       : wp-includes/class-wp-walker.php:118
    77 Reason     : RequiredAfterOptionalParam
    78 Snippet    : $depth = 0
    79 Line       : function display_element( $element, &$children_elements, $max_depth, $depth=0, $args, &$output ) {
    80 
    81 --------------------------------
    82 File       : wp-includes/comment-template.php:1298
    83 Reason     : RequiredAfterOptionalParam
    84 Snippet    : $depth = 0
    85 Line       : function display_element( $element, &$children_elements, $max_depth, $depth=0, $args, &$output ) {
    86 
    87 --------------------------------
    88 File       : wp-includes/deprecated.php:802
    89 Reason     : RequiredAfterOptionalParam
    90 Snippet    : $echo = false
    91 Line       : function get_author_link($echo = false, $author_id, $author_nicename = '') {
    92 
    93 --------------------------------
    94 File       : wp-includes/deprecated.php:1709
    95 Reason     : TooManyArgument
    96 Snippet    : get_the_content($more_link_text, $stripteaser, $more_file)
    97 Line       : $content = get_the_content($more_link_text, $stripteaser, $more_file);
    9814
    9915--------------------------------
     
    11026
    11127--------------------------------
    112 File       : wp-includes/rewrite.php:92
    113 Reason     : TooManyArgument
    114 Snippet    : remove_action($hook, $hook, 10, 1)
    115 Line       : remove_action($hook, $hook, 10, 1);
    116 
    117 --------------------------------
    118 File       : wp-admin/includes/user.php:350
    119 Reason     : TooManyArgument
    120 Snippet    : delete_user_setting('default_password_nag', $user_ID)
    121 Line       : delete_user_setting('default_password_nag', $user_ID);
    122 
    123 --------------------------------
    12428File       : wp-includes/ID3/module.audio.mp3.php:37
    12529Reason     : TooManyArgument
     
    13842{{{
    13943--------------------------------
     44File       : wp-includes/class-wp-walker.php:118
     45Reason     : RequiredAfterOptionalParam
     46Snippet    : $depth = 0
     47Line       : function display_element( $element, &$children_elements, $max_depth, $depth=0, $args, &$output ) {
     48
     49--------------------------------
     50File       : wp-includes/comment-template.php:1298
     51Reason     : RequiredAfterOptionalParam
     52Snippet    : $depth = 0
     53Line       : function display_element( $element, &$children_elements, $max_depth, $depth=0, $args, &$output ) {
     54
     55--------------------------------
     56File       : wp-includes/deprecated.php:802
     57Reason     : RequiredAfterOptionalParam
     58Snippet    : $echo = false
     59Line       : function get_author_link($echo = false, $author_id, $author_nicename = '') {
     60
     61--------------------------------
     62File       : wp-includes/deprecated.php:1709
     63Reason     : TooManyArgument
     64Snippet    : get_the_content($more_link_text, $stripteaser, $more_file)
     65Line       : $content = get_the_content($more_link_text, $stripteaser, $more_file);
     66
     67--------------------------------
     68File       : wp-signup.php:493
     69Reason     : RequiredAfterOptionalParam
     70Snippet    : $user_name = ''
     71Line       : function confirm_blog_signup($domain, $path, $blog_title, $user_name = '', $user_email = '', $meta) {
     72
     73--------------------------------
     74File       : wp-signup.php:493
     75Reason     : RequiredAfterOptionalParam
     76Snippet    : $user_email = ''
     77Line       : function confirm_blog_signup($domain, $path, $blog_title, $user_name = '', $user_email = '', $meta) {
     78
     79--------------------------------
     80File       : wp-includes/widgets.php:76
     81Reason     : RequiredAfterOptionalParam
     82Snippet    : $id_base = false
     83Line       : function WP_Widget( $id_base = false, $name, $widget_options = array(), $control_options = array() ) {
     84
     85--------------------------------
     86File       : wp-includes/widgets.php:93
     87Reason     : RequiredAfterOptionalParam
     88Snippet    : $id_base = false
     89Line       : function __construct( $id_base = false, $name, $widget_options = array(), $control_options = array() ) {
     90
     91--------------------------------
     92File       : wp-includes/post.php:4789
     93Reason     : RequiredAfterOptionalParam
     94Snippet    : $deprecated = ''
     95Line       : function _future_post_hook( $deprecated = '', $post ) {
     96
     97--------------------------------
     98File       : wp-admin/includes/class-wp-terms-list-table.php:173
     99Reason     : RequiredAfterOptionalParam
     100Snippet    : $start = 0
     101Line       : function _rows( $taxonomy, $terms, &$children, $start = 0, $per_page = 20, &$count, $parent = 0, $level = 0 ) {
     102
     103--------------------------------
     104File       : wp-admin/includes/class-wp-terms-list-table.php:173
     105Reason     : RequiredAfterOptionalParam
     106Snippet    : $per_page = 20
     107Line       : function _rows( $taxonomy, $terms, &$children, $start = 0, $per_page = 20, &$count, $parent = 0, $level = 0 ) {
     108
     109--------------------------------
     110File       : wp-includes/rewrite.php:92
     111Reason     : TooManyArgument
     112Snippet    : remove_action($hook, $hook, 10, 1)
     113Line       : remove_action($hook, $hook, 10, 1);
     114
     115--------------------------------
     116File       : wp-admin/includes/user.php:350
     117Reason     : TooManyArgument
     118Snippet    : delete_user_setting('default_password_nag', $user_ID)
     119Line       : delete_user_setting('default_password_nag', $user_ID);
     120
     121--------------------------------
     122File       : wp-admin/includes/class-wp-terms-list-table.php:159
     123Reason     : TooManyArgument
     124Snippet    : $this->single_row($term, 0, $taxonomy)
     125Line       : $out .= $this->single_row( $term, 0, $taxonomy );
     126
     127--------------------------------
     128File       : wp-admin/includes/class-wp-terms-list-table.php:202
     129Reason     : TooManyArgument
     130Snippet    : $this->single_row($my_parent, $level - $num_parents, $taxonomy)
     131Line       : $output .=  "\t" . $this->single_row( $my_parent, $level - $num_parents, $taxonomy );
     132
     133--------------------------------
     134File       : wp-admin/includes/class-wp-terms-list-table.php:208
     135Reason     : TooManyArgument
     136Snippet    : $this->single_row($term, $level, $taxonomy)
     137Line       : $output .= "\t" . $this->single_row( $term, $level, $taxonomy );
     138
     139--------------------------------
    140140File       : wp-includes/media.php:2453
    141141Reason     : UnknownFunction