Changeset 488993
- Timestamp:
- 01/12/2012 08:44:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
multisite-plugin-stats/trunk/multisite-plugin-stats.php
r488992 r488993 90 90 <div class="icon32" id="icon-plugins"><br></div> 91 91 <h2><?php _e('Plugin Statistics', 'multisite_plugin_stats'); ?></h2> 92 <h3> Network Activated Plugins(<?php echo count($network_plugins); ?>)</h3>92 <h3><?php _e('Network Activated Plugins', 'multisite_plugin_stats'); ?> (<?php echo count($network_plugins); ?>)</h3> 93 93 <ul class="plugin_list"> 94 94 <?php … … 101 101 </ul> 102 102 103 <h3> Active Plugins(<?php echo count($active_plugins); ?>)</h3>103 <h3><?php _e('Active Plugins', 'multisite_plugin_stats'); ?> (<?php echo count($active_plugins); ?>)</h3> 104 104 <ul class="plugin_list"> 105 105 <?php … … 112 112 </ul> 113 113 114 <h3> Inactive Plugins(<?php echo count($plugin_info); ?>)</h3>114 <h3><?php _e('Inactive Plugins', 'multisite_plugin_stats'); ?> (<?php echo count($plugin_info); ?>)</h3> 115 115 <ul class="plugin_list"> 116 116 <?php
Note: See TracChangeset
for help on using the changeset viewer.