Changeset 38719
- Timestamp:
- 10/04/2016 06:56:02 AM (8 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 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 -
trunk/src/wp-admin/custom-header.php
r38672 r38719 125 125 get_current_screen()->set_help_sidebar( 126 126 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 127 '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Header_Screen" target="_blank">Documentation on Custom Header</a>' ) . '</p>' .128 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'127 '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Header_Screen">Documentation on Custom Header</a>' ) . '</p>' . 128 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>' 129 129 ); 130 130 }
Note: See TracChangeset
for help on using the changeset viewer.