Changeset 45674 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 07/25/2019 10:44:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r45669 r45674 49 49 get_current_screen()->set_help_sidebar( 50 50 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 51 '<p>' . __( '<a href="https:// codex.wordpress.org/Theme_Development">Documentation on Theme Development</a>' ) . '</p>' .52 '<p>' . __( '<a href="https:// codex.wordpress.org/Using_Themes">Documentation on Using Themes</a>' ) . '</p>' .53 '<p>' . __( '<a href="https:// codex.wordpress.org/Editing_Files">Documentation on Editing Files</a>' ) . '</p>' .54 '<p>' . __( '<a href="https:// codex.wordpress.org/Template_Tags">Documentation on Template Tags</a>' ) . '</p>' .51 '<p>' . __( '<a href="https://developer.wordpress.org/themes/">Documentation on Theme Development</a>' ) . '</p>' . 52 '<p>' . __( '<a href="https://wordpress.org/support/article/using-themes/">Documentation on Using Themes</a>' ) . '</p>' . 53 '<p>' . __( '<a href="https://wordpress.org/support/article/editing-files/">Documentation on Editing Files</a>' ) . '</p>' . 54 '<p>' . __( '<a href="https://developer.wordpress.org/themes/basics/template-tags/">Documentation on Template Tags</a>' ) . '</p>' . 55 55 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 56 56 );
Note: See TracChangeset
for help on using the changeset viewer.