·Klicke „Neues Bild hinzuf├╝gen“, um ein Bild von deinem Computer hochzuladen. Das Theme wirkt am besten mit einem Header-Bild, das eine Breite von %s Pixel hat. Du kannst dein Bild nach dem Hochladen zuschneiden, um es optimal anzupassen.              \                 √Klicke „Neues Bild hinzuf├╝gen“, um ein Bild von deinem Computer hochzuladen. Das Theme wirkt am besten mit einem Header-Bild, das eine Gr├╢├Яe von %s Pixel hat. Du kannst dein Bild nach dem Hochladen zuschneiden, um es optimal anzupassen.^        a    8                    LrТ▓─ыClick “Add New Image” to upload an image file from your computer. Your theme works best with an image that matches the size of your video — you’ll be able to crop your image once you upload it for a perfect fit.                    H]    "                        ЎKlicke „Neues Bild hinzuf├╝gen“, um ein Bild von deinem Computer hochzuladen. Das Theme wirkt am besten, wenn das Bild der Gr├╢├Яe deines Videos entspricht. Du kannst dein Bild nach dem Hochladen zuschneiden, um es optimal anzupassen. 5             S            U        ЁFalls dein Theme Widget-Bereiche hat, kannst du dort auch Men├╝s hinzuf├╝gen. Gehe zum Widget-Bereich und f├╝ge ein „Navigations-Men├╝“-Widget hinzu, um ein Men├╝ in einer Seitenleiste oder im Footer anzuzeigen.                       i                        и+Л╠~∙ПшHey there, looks like you just pasted HTML into the “Visual” tab of the Text widget. You may want to paste your code into the “Text” tab instead. Alternately, try out the new “Custom HTML” widget!               GB                h7        p+?Rg& ╦√Did you know there is a “Custom HTML” widget now? You can find it by pressing the “Add a Widget” button and searching for “HTML”. Check it out to add some custom code to your site!mм▄рр! (    P▀@ЬШw8п@k (Wei├Яt du schon von dem neuen „individuellen HTML“-Widget? Du findest es, indem du den “Widget hinzuf├╝gen”-Button klickst und nach „HTML“ suchst. Probiere es aus und f├╝ge individuellen Code in deine Website ein!эr└x└ (ЎDie Konstante %1$s ist veraltet. Nutze die boolesche Konstante %2$s in der Datei %3$s, um die Konfiguration von Subdomains zu aktivieren. Mit der Funktion %4$s kannst du ├╝berpr├╝fen, ob die Subdomain-Konfiguration aktiviert ist. xW1+8ррi (    g╚8X╛▓`▀ (Das bedeutet entweder, dass die Information ├╝ber den Benutzernamen und das Passwort in deiner %1$s Datei nicht korrekt ist, oder wir k├╢nnen den Datenbank-Server auf %2$s nicht erreichen. Es k├╢nnte sein, dass der Datenbank-Server deines Hostings ausgefallen ist.    *Х ╪fб┤И/ (∙Wenn du nicht wei├Яt, wie du eine Datenbank einrichtest, solltest du den Support deines Webhostings kontaktieren. Und wenn alles andere nicht funktioniert, k├╢nntest du in den WordPress-Support-Foren Hilfe erhalten.╤#V╗└/ (    юбxY╫<Чь@ (╡▌ >UPИ'Hi ###USERNAME###, This notice confirms that your email address on ###SITENAME### was changed to ###NEW_EMAIL###. If you did not change your email, please contact the Site Administrator at ###ADMIN_EMAIL### This email has been sent to ###EMAIL### Regards, All at ###SITENAME### ###SITEURL###Я─ЙНўL╔Hi ###USERNAME###, This notice confirms that your password was changed on ###SITENAME###. If you did not change your password, please contact the Site Administrator at ###ADMIN_EMAIL### This email has been sent to ###EMAIL### Re 'help' => array( 'title' => __('Help', 'wp-hide-security-enhancer') . ' - ' . __('Block default', 'wp-hide-security-enhancer'), 'description' => __("After changing the default author, the old url is still accessible, this provide a way to block it.
The functionality apply only if New Author Path option is filled in.", 'wp-hide-security-enhancer'), 'option_documentation_url' => 'https://wp-hide.com/documentation/rewrite-author/' ), 'input_type' => 'radio', 'options' => array( 'no' => __('No', 'wp-hide-security-enhancer'), 'yes' => __('Yes', 'wp-hide-security-enhancer'), ), 'default_value' => 'no', 'sanitize_type' => array('sanitize_title', 'strtolower'), 'processing_order' => 61 ); return $this->module_settings; } function _init_author( $saved_field_data ) { add_filter('author_rewrite_rules', array( $this, 'author_rewrite_rules'), 999); if(empty($saved_field_data)) return FALSE; //add default plugin path replacement $url = trailingslashit( site_url() ) . 'author'; $replacement = trailingslashit( home_url() ) . $saved_field_data; $this->wph->functions->add_replacement( $url , $replacement ); return TRUE; } /** * Rewrite the default Author url * * @param mixed $author_rewrite */ function author_rewrite_rules( $author_rewrite ) { $new_author_path = $this->wph->functions->get_module_item_setting('author'); if( empty( $new_author_path ) ) return $author_rewrite; $author_block_default = $this->wph->functions->get_module_item_setting('author_block_default'); $new_rules = array(); foreach ( $author_rewrite as $key => $value ) { $new_rules[ str_replace( 'author/', $new_author_path .'/' , $key ) ] = $value; } if ( $author_block_default == 'yes') $author_rewrite = $new_rules; else $author_rewrite = array_merge ( $author_rewrite, $new_rules ); return $author_rewrite; } } ?>