Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,830
- How-to & Troubleshooting
- 129,810
- Creating & Extending
- 25,867
- Requests & Feedback
- 9,509
- Third Party Plugins
- 9,821
- Showcase
- 3,317
- Ideas
- 1,382
- Miscellaneous
- 9,177
-
Sorry andy, but what about this ?
line 290: wp-admin/plugins.php in wp 2.9.2 official version :
<h2>
<?php echo esc_html( $title );
if ( is_site_admin() ) { ?>
<?php echo esc_html_x(‘Add New’, ‘plugin’); ?>
<?php } ?>
</h2>
can i have some explanation please ?