Make WordPress Core


Ignore:
Timestamp:
11/03/2014 05:38:34 AM (10 years ago)
Author:
wonderboymusic
Message:

Fill in the @param types for the args in WP_Text_Diff_Renderer_Table->interleave_changed_lines().

See #30224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/wp-diff.php

    r29479 r30192  
    310310     * @since 2.6.0
    311311     *
    312      * @param unknown_type $orig
    313      * @param unknown_type $final
    314      * @return unknown
     312     * @param array $orig
     313     * @param array $final
     314     * @return array
    315315     */
    316316    public function interleave_changed_lines( $orig, $final ) {
Note: See TracChangeset for help on using the changeset viewer.