Changeset 950

Show
Ignore:
Timestamp:
03/29/07 10:22:03 (2 years ago)
Author:
donncha
Message:

Tell admin that themes must be activated on the admin page first.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/themes.php

    r948 r950  
    5656$parent_file = 'themes.php'; 
    5757require_once('admin-header.php'); 
     58if( is_site_admin() ) { 
     59        ?><div id="message0" class="updated fade"><p><?php _e('Administrator: new themes must be activated in the <a href="wpmu-themes.php">Themes Admin</a> page before they appear here.'); ?></p></div><?php 
     60} 
    5861?> 
    5962