mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 06:29:30 +00:00
We now have Widgitization documentation on the codex so link to it.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8820 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d28b831157
commit
f68126a5ad
@ -39,7 +39,7 @@ if ( isset($_GET['sidebar']) && isset($wp_registered_sidebars[$_GET['sidebar']])
|
||||
</div>
|
||||
|
||||
<div class="wrap">
|
||||
<p><?php _e( 'You are seeing this message because the theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please <a href="http://automattic.com/code/widgets/themes/">follow these instructions</a>.' ); /* TODO: article on codex */; ?></p>
|
||||
<p><?php _e( 'You are seeing this message because the theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please <a href="http://codex.wordpress.org/Widgetizing_Themes/">follow these instructions</a>.' ); ?></p>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user