@@ -291,8 +288,7 @@ function themeoptions_page(){
-
-
|
|---|
+
|
|
|---|
@@ -380,8 +376,7 @@ function themeoptions_page(){
-
-
|
|---|
+
|
|
|---|
@@ -712,8 +707,7 @@ function themeoptions_page(){
-
-
|
|---|
+
|
|
|---|
@@ -953,8 +947,7 @@ function themeoptions_page(){
-
-
|
|---|
+
|
|
|---|
@@ -1170,8 +1163,7 @@ function themeoptions_page(){
-
-
|
|---|
+
|
|
|---|
@@ -1210,10 +1202,8 @@ function themeoptions_page(){
-
-
-
-
+
+
-
-
+
-
-
+
-
-
+
-
-
+
@@ -1344,8 +1330,7 @@ function themeoptions_page(){
-
- |
|---|
+ |
|
|---|
@@ -1495,8 +1480,7 @@ function themeoptions_page(){
-
- |
|---|
+ |
|
|---|
@@ -1568,8 +1552,7 @@ function themeoptions_page(){
-
- |
|---|
+ |
SEO |
|---|
@@ -1601,8 +1584,7 @@ function themeoptions_page(){
-
- |
|---|
+ |
|
|---|
@@ -1878,8 +1860,7 @@ function themeoptions_page(){
-
- |
|---|
+ |
|
|---|
@@ -2217,8 +2198,7 @@ function themeoptions_page(){
-
- |
|---|
+ |
|
|---|
@@ -2290,8 +2270,7 @@ function themeoptions_page(){
-
- |
|---|
+ |
|
|---|
@@ -2996,8 +2975,7 @@ window.pjaxLoaded = function(){
-
- |
|---|
+ |
|
|---|
@@ -3123,8 +3101,7 @@ window.pjaxLoaded = function(){
-
- |
|---|
+ |
|
|---|
@@ -3232,9 +3209,7 @@ window.pjaxLoaded = function(){
var apiServer = $('input[name="argon_geetest_api_server"]').val().trim();
-
-
- if (!captchaId || !captchaKey) {
+if (!captchaId || !captchaKey) {
alert('');
@@ -3242,9 +3217,7 @@ window.pjaxLoaded = function(){
}
-
-
- // 验证API服务器URL格式
+// 验证API服务器URL格式
if (apiServer && !apiServer.match(/^https?:\/\/.+/)) {
@@ -3260,9 +3233,7 @@ window.pjaxLoaded = function(){
}
-
-
- $('select[name="argon_captcha_type"]').change(function() {
+$('select[name="argon_captcha_type"]').change(function() {
if ($(this).val() === 'geetest') {
@@ -3276,9 +3247,7 @@ window.pjaxLoaded = function(){
});
-
-
- // 表单提交时验证
+// 表单提交时验证
$('form').submit(function(e) {
@@ -3458,8 +3427,7 @@ window.pjaxLoaded = function(){
-
- |
|---|
+ |
@@ -3937,13 +3905,13 @@ window.pjaxLoaded = function(){
foreach ($all_post_types as $post_type) {
- if ($post_type -> name == 'attachment'){
+ if ($post_type->name == 'attachment'){
continue;
}
- echo ''. $post_type -> label .' ';
+ echo ''. $post_type->label .' ';
}
@@ -4027,8 +3995,7 @@ window.pjaxLoaded = function(){
-
- |
|---|
+ |
|
@@ -4168,8 +4135,7 @@ window.pjaxLoaded = function(){
-
-
+
@@ -4347,7 +4313,7 @@ window.pjaxLoaded = function(){
foreach($categories as $category) {
- echo " ".$category -> name ." -> ". $category -> term_id ."";
+ echo " ".$category->name ."->". $category->term_id ."";
}
@@ -4365,7 +4331,7 @@ window.pjaxLoaded = function(){
foreach($categories as $category) {
- echo " ".$category -> name ." -> ". $category -> term_id ."";
+ echo " ".$category->name ."->". $category->term_id ."";
}
@@ -4653,9 +4619,7 @@ window.pjaxLoaded = function(){
-
-
-
+
|