Changeset 14315 for trunk/wp-admin/ms-sites.php
- Timestamp:
- 04/30/2010 03:17:49 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/ms-sites.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-sites.php
r14277 r14315 648 648 } else { ?> 649 649 <tr> 650 <td colspan="<?php echo (int) count( $sites_columns ); ?>"><?php _e( 'No blogs found.' ) ?></td>650 <td colspan="<?php echo (int) count( $sites_columns ); ?>"><?php _e( 'No sites found.' ) ?></td> 651 651 </tr> 652 652 <?php
Note: See TracChangeset
for help on using the changeset viewer.