回答編集履歴
1
誤字修正
test
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
|
51
51
|
function title($atts) {
|
52
52
|
|
53
|
-
$atts = sh
|
53
|
+
$atts = shortcode_atts([1],$atts);
|
54
54
|
|
55
55
|
$dom = get_phpQuery('https://**/index.html');
|
56
56
|
|