Changeset 55412 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 02/23/2023 10:36:33 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r54881 r55412 51 51 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 52 52 '<p>' . __( '<a href="https://developer.wordpress.org/themes/">Documentation on Theme Development</a>' ) . '</p>' . 53 '<p>' . __( '<a href="https://wordpress.org/ support/article/appearance-editor-screen/">Documentation on Editing Themes</a>' ) . '</p>' .54 '<p>' . __( '<a href="https://wordpress.org/ support/article/editing-files/">Documentation on Editing Files</a>' ) . '</p>' .53 '<p>' . __( '<a href="https://wordpress.org/documentation/article/appearance-editor-screen/">Documentation on Editing Themes</a>' ) . '</p>' . 54 '<p>' . __( '<a href="https://wordpress.org/documentation/article/editing-files/">Documentation on Editing Files</a>' ) . '</p>' . 55 55 '<p>' . __( '<a href="https://developer.wordpress.org/themes/basics/template-tags/">Documentation on Template Tags</a>' ) . '</p>' . 56 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'56 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 57 57 ); 58 58 … … 327 327 /* translators: %s: Documentation URL. */ 328 328 __( 'You need to make this file writable before you can save your changes. See <a href="%s">Changing File Permissions</a> for more information.' ), 329 __( 'https://wordpress.org/ support/article/changing-file-permissions/' )329 __( 'https://wordpress.org/documentation/article/changing-file-permissions/' ) 330 330 ); 331 331 ?>
Note: See TracChangeset
for help on using the changeset viewer.