Changeset 2227181
- Timestamp:
- 01/14/2020 02:35:22 PM (6 years ago)
- Location:
- debug-log-list
- Files:
-
- 2 edited
-
tags/0.3.2.3/hybridsupply-log.php (modified) (1 diff)
-
trunk/hybridsupply-log.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
debug-log-list/tags/0.3.2.3/hybridsupply-log.php
r2227139 r2227181 203 203 for ($i=0; $i < count( $files ); $i++) { 204 204 $plugin = get_plugin_data( $files[$i], FALSE, FALSE ); 205 $plugin['Name'] = isset( $plugin['Name'] ) ? $plugin['Name'] : ''; 205 206 206 207 if ( $plugin['Name'] != '' ) { -
debug-log-list/trunk/hybridsupply-log.php
r2227138 r2227181 203 203 for ($i=0; $i < count( $files ); $i++) { 204 204 $plugin = get_plugin_data( $files[$i], FALSE, FALSE ); 205 $plugin['Name'] = isset( $plugin['Name'] ) ? $plugin['Name'] : ''; 205 206 206 207 if ( $plugin['Name'] != '' ) {
Note: See TracChangeset
for help on using the changeset viewer.