| Name | Size | Mode | Actions |
|---|---|---|---|
| form/ | - | 0755 | rm |
| tabs/ | - | 0755 | rm |
| class-yoast-feature-toggle.php | 4640 | 0644 | editdlrm |
| class-yoast-feature-toggles.php | 12511 | 0644 | editdlrm |
| class-yoast-input-select.php | 2981 | 0644 | editdlrm |
| class-yoast-integration-toggles.php | 4410 | 0644 | editdlrm |
| interface-yoast-form-element.php | 251 | 0644 | editdlrm |
| js-templates-primary-term.php | 1369 | 0644 | editdlrm |
| paper-collapsible.php | 3093 | 0644 | editdlrm |
| partial-notifications-errors.php | 1155 | 0644 | editdlrm |
| partial-notifications-template.php | 3997 | 0644 | editdlrm |
| partial-notifications-warnings.php | 1090 | 0644 | editdlrm |
| redirects.php | 244 | 0644 | editdlrm |
| tool-file-editor.php | 6915 | 0644 | editdlrm |
| tool-import-export.php | 4300 | 0644 | editdlrm |
/home/vianto5/distritosatelite.mx/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php (6915B)
', esc_html( $msg ), '
'; printf( /* translators: %s expands to robots.txt. */ esc_html__( 'If you had a %s file and it was editable, you could edit it from here.', 'wordpress-seo' ), 'robots.txt', ); echo '
'; } } else { $f = fopen( $robots_file, 'r' ); $content = ''; if ( filesize( $robots_file ) > 0 ) { $content = fread( $f, filesize( $robots_file ) ); } if ( ! is_writable( $robots_file ) ) { echo ''; printf( /* translators: %s expands to robots.txt. */ esc_html__( 'If your %s were writable, you could edit it from here.', 'wordpress-seo' ), 'robots.txt', ); echo '
'; echo ''; printf( /* translators: %s expands to ".htaccess". */ esc_html__( 'If your %s were writable, you could edit it from here.', 'wordpress-seo' ), '.htaccess', ); echo '
'; echo ''; printf( /* translators: %s expands to ".htaccess". */ esc_html__( 'If you had a %s file and it was editable, you could edit it from here.', 'wordpress-seo' ), '.htaccess', ); echo '
'; } } if ( is_multisite() ) { $yform->admin_footer( false ); }