Changeset 1384829
- Timestamp:
- 04/02/2016 06:01:07 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
r1248165 r1384829 182 182 $email = stripslashes( get_site_option('admin_email') ); 183 183 $subject = __('Site ', $this->l10n_prefix).$blogname.'('.$blog_id.'), '.get_site_url( $blog_id ).', '. __('changed reading visibility setting to ', $this->l10n_prefix) . $to_new; 184 $message = __('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 $message = __('Site ', $this->l10n_prefix).$blogname.'('.$blog_id.'), '.get_site_url( $blog_id ).', '.__('changed reading visibility setting to ', $this->l10n_prefix) .$to_new; 185 187 $headers = 'Auto-Submitted: auto-generated'; 186 188 wp_mail($email, $subject, $message, $headers);
Note: See TracChangeset
for help on using the changeset viewer.