Changeset 1384833
- Timestamp:
- 04/02/2016 06:08:16 AM (10 years ago)
- File:
-
- 1 edited
-
more-privacy-options/trunk/ds_wp3_private_blog.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
more-privacy-options/trunk/ds_wp3_private_blog.php
r1384829 r1384833 179 179 180 180 $to_new = $this->ds_mail_super_admin_messages($blog_public_new); 181 181 $blog_details = get_blog_details($blog_id); 182 $blogname = $blog_details->blogname; 182 183 $email = stripslashes( get_site_option('admin_email') ); 183 184 $subject = __('Site ', $this->l10n_prefix).$blogname.'('.$blog_id.'), '.get_site_url( $blog_id ).', '. __('changed reading visibility setting to ', $this->l10n_prefix) . $to_new; 184 $blog_details = get_blog_details($blog_id);185 $blogname = $blog_details->blogname;186 185 $message = __('Site ', $this->l10n_prefix).$blogname.'('.$blog_id.'), '.get_site_url( $blog_id ).', '.__('changed reading visibility setting to ', $this->l10n_prefix) .$to_new; 187 186 $headers = 'Auto-Submitted: auto-generated';
Note: See TracChangeset
for help on using the changeset viewer.