Changeset 9619
- Timestamp:
- 11/11/2008 10:12:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r9591 r9619 487 487 echo '<div class="updated"><p>' . __('<strong>Warning:</strong> This plugin has <strong>not been tested</strong> with your current version of WordPress.') . '</p></div>'; 488 488 else if ( version_compare($GLOBALS['wp_version'], $api->requires, '<') ) 489 echo '<div class="updated"><p>' . __('<strong>Warning:</strong> This plugin has not been marked as being <strong>notcompatible</strong> with your version of WordPress.') . '</p></div>';489 echo '<div class="updated"><p>' . __('<strong>Warning:</strong> This plugin has not been marked as <strong>compatible</strong> with your version of WordPress.') . '</p></div>'; 490 490 foreach ( (array)$api->sections as $section_name => $content ) { 491 491 $title = $section_name;
Note: See TracChangeset
for help on using the changeset viewer.