Changeset 14989 for trunk/wp-admin/widgets.php
- Timestamp:
- 05/27/2010 11:52:15 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/widgets.php
r14951 r14989 41 41 <p>' . __('Enabling Accessibility Mode, via Screen Options, allows you to use Add and Edit buttons instead of using drag and drop.') . '</p> 42 42 '; 43 $help .= '<p> ' . __('<strong>For more information:</strong>') . '</p>';44 $help .= '<p>' . sprintf(__('<a href="%s">Widgets Documentation</a>'), 'http://codex.wordpress.org/Appearance_Widgets_SubPanel') . '</p>';45 $help .= '<p>' . sprintf(__('<a href="%s">Support Forums</a>'), 'http://wordpress.org/support/') . '</p>';43 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 44 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Widgets_SubPanel">Widgets Documentation</a>') . '</p>'; 45 $help .= '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'; 46 46 add_contextual_help($current_screen, $help); 47 47
Note: See TracChangeset
for help on using the changeset viewer.