Changeset 38719 for trunk/src/wp-admin/custom-background.php
- Timestamp:
- 10/04/2016 06:56:02 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-background.php
r38672 r38719 98 98 get_current_screen()->set_help_sidebar( 99 99 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 100 '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Background_Screen" target="_blank">Documentation on Custom Background</a>' ) . '</p>' .101 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'100 '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Background_Screen">Documentation on Custom Background</a>' ) . '</p>' . 101 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>' 102 102 ); 103 103
Note: See TracChangeset
for help on using the changeset viewer.