Changeset 45669 for trunk/src/wp-admin/plugin-editor.php
- Timestamp:
- 07/25/2019 01:18:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-editor.php
r45602 r45669 281 281 </p> 282 282 <?php else : ?> 283 <p><em><?php _e( 'You need to make this file writable before you can save your changes. See <a href="https://codex.wordpress.org/Changing_File_Permissions">the Codex</a> for more information.' ); ?></em></p> 283 <p><em> 284 <?php 285 printf( 286 /* translators: %s: Documentation URL */ 287 __( 'You need to make this file writable before you can save your changes. See <a href="%s">Changing File Permissions</a> for more information.' ), 288 __( 'https://wordpress.org/support/article/changing-file-permissions/' ) 289 ); 290 ?> 291 </em></p> 284 292 <?php endif; ?> 285 293 <?php wp_print_file_editor_templates(); ?>
Note: See TracChangeset
for help on using the changeset viewer.