Make WordPress Core

Ticket #8042: 8042.diff

File 8042.diff, 662 bytes (added by regulatethis, 17 years ago)

Stupid macs... fixed filename extension

  • wp-admin/includes/template.php

     
    12901290                       foreach ( $actions as $action => $link ) {
    12911291                               ++$i;
    12921292                               ( $i == $action_count ) ? $sep = '' : $sep = ' | ';
    1293                                echo "<span class='$action'>$link$sep</span>";
     1293                               echo "<span class='$action'>$link</span> $sep";
    12941294                       }
    12951295
    12961296                       get_inline_data($post);