Changeset 41595 for trunk/src/wp-admin/plugin-editor.php
- Timestamp:
- 09/25/2017 09:45:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-editor.php
r41586 r41595 322 322 continue; 323 323 } 324 ?>325 <li<?php echo $file == $plugin_file ? ' class="highlight"' : ''; ?>><a href="plugin-editor.php?file=<?php echo urlencode( $plugin_file ) ?>&plugin=<?php echo urlencode( $plugin )?>"><?php echo esc_html( $plugin_file ); ?></a></li>324 ?> 325 <li class="<?php echo esc_attr( $file === $plugin_file ? 'notice notice-info' : '' ); ?>"><a href="plugin-editor.php?file=<?php echo urlencode( $plugin_file ); ?>&plugin=<?php echo urlencode( $plugin ); ?>"><?php echo esc_html( $plugin_file ); ?></a></li> 326 326 <?php endforeach; ?> 327 327 </ul>
Note: See TracChangeset
for help on using the changeset viewer.