Plugin Directory

Changeset 1384833


Ignore:
Timestamp:
04/02/2016 06:08:16 AM (10 years ago)
Author:
dsader
Message:

tested WP 4.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • more-privacy-options/trunk/ds_wp3_private_blog.php

    r1384829 r1384833  
    179179                                   
    180180            $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;
    182183            $email =  stripslashes( get_site_option('admin_email') );
    183184            $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;
    186185            $message = __('Site ', $this->l10n_prefix).$blogname.'('.$blog_id.'), '.get_site_url( $blog_id ).', '.__('changed reading visibility setting to ', $this->l10n_prefix) .$to_new;
    187186            $headers = 'Auto-Submitted: auto-generated';
Note: See TracChangeset for help on using the changeset viewer.