Changeset 4972 for trunk/wp-admin/plugins.php
- Timestamp:
- 03/06/2007 05:47:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r4811 r4972 117 117 if ( $style != '' ) 118 118 $style = 'class="' . $style . '"'; 119 if ( is_writable(ABSPATH . 'wp-content/plugins/' . $plugin_file) )119 if ( is_writable(ABSPATH . PLUGINDIR . '/' . $plugin_file) ) 120 120 $edit = "<a href='plugin-editor.php?file=$plugin_file' title='".__('Open this file in the Plugin Editor')."' class='edit'>".__('Edit')."</a>"; 121 121 else
Note: See TracChangeset
for help on using the changeset viewer.