Making WordPress.org

Ticket #7981: anon-upload.php.patch

File anon-upload.php.patch, 665 bytes (added by nilovelez, 6 months ago)

Patch file to add the "-2" sufix

  • plugins/wordpresstv-anon-upload/anon-upload.php

     
    520520                                                                $cats = explode( ',', $cats );
    521521                                                                foreach ( $cats as $cat ) {
    522522                                                                        if ( intval( $cat ) ) {
    523                                                                                 echo '<a href="#in-category-' . $cat . '" class="anon-cat-link" title="Click to approve">Unknown?</a>, ';
     523                                                                                echo '<a href="#in-category-' . $cat . '-2" class="anon-cat-link" title="Click to approve">Unknown?</a>, ';
    524524                                                                        }
    525525                                                                }
    526526                                                        ?>