Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,042
- How-to & Troubleshooting
- 129,706
- Creating & Extending
- 25,796
- Requests & Feedback
- 9,498
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,180
-
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 ?