Plugin Directory

Changeset 2227183


Ignore:
Timestamp:
01/14/2020 02:37:06 PM (6 years ago)
Author:
jayhybrid
Message:
  • Fixed Remove button deleting entire log
Location:
debug-log-list
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debug-log-list/tags/0.3.2.3/hybridsupply-log.php

    r2227181 r2227183  
    203203                          for ($i=0; $i < count( $files ); $i++) {
    204204                            $plugin = get_plugin_data( $files[$i], FALSE, FALSE );
    205                             $plugin['Name'] = isset( $plugin['Name'] ) ? $plugin['Name'] : '';
    206205
    207206                            if ( $plugin['Name'] != '' ) {
     
    211210                          }
    212211
    213                           echo '<td>' . $plugin['Name'] . '</td>';
     212                          echo '<td>' . $td . '</td>';
    214213                        }
    215214                        else {
  • debug-log-list/trunk/hybridsupply-log.php

    r2227181 r2227183  
    203203                          for ($i=0; $i < count( $files ); $i++) {
    204204                            $plugin = get_plugin_data( $files[$i], FALSE, FALSE );
    205                             $plugin['Name'] = isset( $plugin['Name'] ) ? $plugin['Name'] : '';
    206205
    207206                            if ( $plugin['Name'] != '' ) {
     
    211210                          }
    212211
    213                           echo '<td>' . $plugin['Name'] . '</td>';
     212                          echo '<td>' . $td . '</td>';
    214213                        }
    215214                        else {
Note: See TracChangeset for help on using the changeset viewer.