mirror of
https://github.com/WenPai-org/wp-domain-mapping.git
synced 2025-08-03 05:33:23 +08:00
修改产品发布链接
This commit is contained in:
parent
c6da2005cf
commit
bf7b3f2506
3 changed files with 14 additions and 11 deletions
Binary file not shown.
|
@ -2,14 +2,17 @@
|
|||
# This file is distributed under the same license as the WP Domain Mapping package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2025-03-15 16:58:35+0000\n"
|
||||
"Project-Id-Version: WP Domain Mapping\n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2025-03-21 11:00+0800\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: GlotPress/3.0.0\n"
|
||||
"Language: zh_CN\n"
|
||||
"Project-Id-Version: WP Domain Mapping\n"
|
||||
"X-Generator: Poedit 3.5\n"
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://wpdomain.com/"
|
||||
|
@ -24,8 +27,8 @@ msgid "Map any site on a WordPress website to another domain with enhanced manag
|
|||
msgstr "使用增强的管理功能将 WordPress 网站上的任何站点映射到另一个域名。"
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://wpdomain.com/plugins/wp-domain-mapping/"
|
||||
msgstr "https://wpdomain.com/plugins/wp-domain-mapping/"
|
||||
msgid "https://wenpai.org/plugins/wp-domain-mapping/"
|
||||
msgstr "https://wenpai.org/plugins/wp-domain-mapping/"
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "WP Domain Mapping"
|
||||
|
@ -396,4 +399,4 @@ msgstr "您必须<a href=\"%1$s\">创建网络</a>才能使其正常工作。"
|
|||
|
||||
#: wp-domain-mapping.php:25
|
||||
msgid "Domain Mapping Disabled."
|
||||
msgstr "域映射已禁用。"
|
||||
msgstr "域映射已禁用。"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* Plugin Name: WP Domain Mapping
|
||||
* Plugin URI: https://wpdomain.com/plugins/wp-domain-mapping/
|
||||
* Plugin URI: https://wenpai.org/plugins/wp-domain-mapping/
|
||||
* Description: Map any site on a WordPress website to another domain with enhanced management features.
|
||||
* Version: 1.3.3
|
||||
* Author: WPDomain.com
|
||||
|
@ -213,7 +213,7 @@ function dm_domains_admin() {
|
|||
$edit_domain = sanitize_text_field($_GET['edit_domain']);
|
||||
$edit_row = $wpdb->get_row($wpdb->prepare("SELECT * FROM {$wpdb->dmtable} WHERE domain = %s", $edit_domain));
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
<div class="wrap">
|
||||
<h1><?php _e('Domains', 'wp-domain-mapping'); ?></h1>
|
||||
|
@ -543,7 +543,7 @@ function dm_domain_listing($rows) {
|
|||
|
||||
function dm_ensure_protocol($domain) {
|
||||
if (preg_match('#^https?://#', $domain)) {
|
||||
return $domain;
|
||||
return $domain;
|
||||
}
|
||||
return 'http://' . $domain;
|
||||
}
|
||||
|
@ -1110,4 +1110,4 @@ function dm_site_admin() {
|
|||
function dm_idn_warning() {
|
||||
return sprintf(__('International Domain Names should be in <a href="%s" target="_blank">punycode</a> format.', 'wp-domain-mapping'), "https://www.punycoder.com/");
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue