<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[Warning: printf 또 하나의 오류 ㅠ.ㅠ]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/20404</link>
		<description><![CDATA[<p>해결 방법 좀 알려주세요 ㅠ.ㅠ</p>

<p><strong>오류메시지</strong></p>

<p><strong>Warning</strong>: printf(): Too few arguments in <strong>/home/arkmo/html/wp-content/plugins/woocommerce/includes/admin/views/html-notice-template-check.php</strong> on line <strong>15</strong></p>

<p><strong>html-notice-template-check.php의 15라인 입니다.</strong></p>

<p>&lt;p&gt;&lt;?php printf( __( '&lt;strong&gt;Your theme (%1$s) contains outdated copies of some WooCommerce template files.&lt;/strong&gt; These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the &lt;a href="%2$s"&gt;system status page&lt;/a&gt;. If in doubt, check with the author of the theme.', 'woocommerce' ), esc_html( $theme['Name'] ), esc_url( admin_url( 'admin.php?page=wc-status' ) ) ); ?&gt;&lt;/p&gt;</p>

<p><strong>전체내용</strong></p>

<p>&lt;?php<br />
/**<br />
 * Admin View: Notice - Template Check<br />
 */</p>

<p>if ( ! defined( 'ABSPATH' ) ) {<br />
 exit;<br />
}</p>

<p>$theme = wp_get_theme();<br />
?&gt;<br />
&lt;div id="message" class="updated woocommerce-message"&gt;<br />
 &lt;a class="woocommerce-message-close notice-dismiss" href="&lt;?php echo esc_url( wp_nonce_url( add_query_arg( 'wc-hide-notice', 'template_files' ), 'woocommerce_hide_notices_nonce', '_wc_notice_nonce' ) ); ?&gt;"&gt;&lt;?php _e( 'Dismiss', 'woocommerce' ); ?&gt;&lt;/a&gt;</p>

<p> &lt;p&gt;&lt;?php printf( __( '&lt;strong&gt;Your theme (%1$s) contains outdated copies of some WooCommerce template files.&lt;/strong&gt; These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the &lt;a href="%2$s"&gt;system status page&lt;/a&gt;. If in doubt, check with the author of the theme.', 'woocommerce' ), esc_html( $theme['Name'] ), esc_url( admin_url( 'admin.php?page=wc-status' ) ) ); ?&gt;&lt;/p&gt;<br />
 &lt;p class="submit"&gt;&lt;a class="button-primary" href="<a href="https://docs.woocommerce.com/document/template-structure/">https://docs.woocommerce.com/document/template-structure/</a>" target="_blank"&gt;&lt;?php _e( 'Learn more about templates', 'woocommerce' ); ?&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;/div&gt;</p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[안녕하세요~^^

올려주신 코드상에 문제는 없어 보입니다.

다만 의심되는 건 번역된 메시지에 문제가 ...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/20414</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>올려주신 코드상에 문제는 없어 보입니다.</p>

<p>다만 의심되는 건 번역된 메시지에 문제가 있을 듯합니다.</p>

<p>번역을 제거하고 아래처럼 영문으로 출력되게 해보시겠어요?</p>

<pre>
<code class="language-html">&lt;p&gt;&lt;?php printf( '&lt;strong&gt;Your theme (%1$s) contains outdated copies of some WooCommerce template files.&lt;/strong&gt; These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the &lt;a href="%2$s"&gt;system status page&lt;/a&gt;. If in doubt, check with the author of the theme.', esc_html( $theme['Name'] ), esc_url( admin_url( 'admin.php?page=wc-status' ) ) ); ?&gt;&lt;/p&gt;</code></pre>

<p>원하시면 한글로 직접 단어를 수정해주셔도 됩니다.</p>

<p>고맙습니다.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Sat, 03 Mar 2018 03:38:33 +0000</pubDate>
			<category>워드프레스</category>
		</item>
			</channel>
</rss>