Changeset 9233 for trunk/wp-admin/plugins.php
- Timestamp:
- 10/17/2008 08:06:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r9232 r9233 204 204 205 205 <div class="wrap"> 206 <h2><?php echo $title?></h2>206 <h2><?php echo wp_specialchars( $title ); ?></h2> 207 207 208 208 <p><?php _e('Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.'); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.