Changeset 38723 for trunk/src/wp-admin/widgets.php
- Timestamp:
- 10/04/2016 07:09:12 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets.php
r38672 r38723 72 72 get_current_screen()->set_help_sidebar( 73 73 '<p><strong>' . __('For more information:') . '</strong></p>' . 74 '<p>' . __('<a href="https://codex.wordpress.org/Appearance_Widgets_Screen" target="_blank">Documentation on Widgets</a>') . '</p>' .75 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'74 '<p>' . __('<a href="https://codex.wordpress.org/Appearance_Widgets_Screen">Documentation on Widgets</a>') . '</p>' . 75 '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>' 76 76 ); 77 77
Note: See TracChangeset
for help on using the changeset viewer.