Changeset 45669 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 07/25/2019 01:18:01 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/theme-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r45608 r45669 314 314 </p> 315 315 <?php else : ?> 316 <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> 316 <p><em> 317 <?php 318 printf( 319 /* translators: %s: Documentation URL */ 320 __( 'You need to make this file writable before you can save your changes. See <a href="%s">Changing File Permissions</a> for more information.' ), 321 __( 'https://wordpress.org/support/article/changing-file-permissions/' ) 322 ); 323 ?> 324 </em></p> 317 325 <?php endif; ?> 318 326 </div>
Note: See TracChangeset
for help on using the changeset viewer.