Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../public_h.../clone/wp-admin
File: options-permalink.php
'<code>web.config</code>',
[500] Fix | Delete
'<kbd>Ctrl + A</kbd>',
[501] Fix | Delete
'<kbd>⌘ + A</kbd>'
[502] Fix | Delete
);
[503] Fix | Delete
?>
[504] Fix | Delete
</p>
[505] Fix | Delete
<form action="options-permalink.php" method="post">
[506] Fix | Delete
<?php wp_nonce_field( 'update-permalink' ); ?>
[507] Fix | Delete
<p>
[508] Fix | Delete
<label for="rules"><?php _e( 'Rewrite rules:' ); ?></label><br />
[509] Fix | Delete
<textarea rows="18" class="large-text readonly"
[510] Fix | Delete
name="rules" id="rules" readonly="readonly"
[511] Fix | Delete
aria-describedby="iis-description-b"
[512] Fix | Delete
><?php echo esc_textarea( $wp_rewrite->iis7_url_rewrite_rules( true ) ); ?></textarea>
[513] Fix | Delete
</p>
[514] Fix | Delete
</form>
[515] Fix | Delete
<p>
[516] Fix | Delete
<?php
[517] Fix | Delete
printf(
[518] Fix | Delete
/* translators: %s: web.config */
[519] Fix | Delete
__( 'If you temporarily make your site&#8217;s root directory writable to generate the %s file automatically, do not forget to revert the permissions after the file has been created.' ),
[520] Fix | Delete
'<code>web.config</code>'
[521] Fix | Delete
);
[522] Fix | Delete
?>
[523] Fix | Delete
</p>
[524] Fix | Delete
<?php endif; // End if 'web.config' exists. ?>
[525] Fix | Delete
<?php endif; // End if $_POST['submit'] && ! $writable. ?>
[526] Fix | Delete
<?php else : ?>
[527] Fix | Delete
<?php if ( $permalink_structure && ! $using_index_permalinks && ! $writable && $htaccess_update_required ) : ?>
[528] Fix | Delete
<p id="htaccess-description">
[529] Fix | Delete
<?php
[530] Fix | Delete
printf(
[531] Fix | Delete
/* translators: 1: .htaccess, 2: Documentation URL, 3: Ctrl + A, 4: ⌘ + A */
[532] Fix | Delete
__( '<strong>Error:</strong> Your %1$s file is not <a href="%2$s">writable</a>, so updating it automatically was not possible. These are the mod_rewrite rules you should have in your %1$s file. Click in the field and press %3$s (or %4$s on Mac) to select all.' ),
[533] Fix | Delete
'<code>.htaccess</code>',
[534] Fix | Delete
__( 'https://developer.wordpress.org/advanced-administration/server/file-permissions/' ),
[535] Fix | Delete
'<kbd>Ctrl + A</kbd>',
[536] Fix | Delete
'<kbd>⌘ + A</kbd>'
[537] Fix | Delete
);
[538] Fix | Delete
?>
[539] Fix | Delete
</p>
[540] Fix | Delete
<form action="options-permalink.php" method="post">
[541] Fix | Delete
<?php wp_nonce_field( 'update-permalink' ); ?>
[542] Fix | Delete
<p>
[543] Fix | Delete
<label for="rules"><?php _e( 'Rewrite rules:' ); ?></label><br />
[544] Fix | Delete
<textarea rows="8" class="large-text readonly"
[545] Fix | Delete
name="rules" id="rules" readonly="readonly"
[546] Fix | Delete
aria-describedby="htaccess-description"
[547] Fix | Delete
><?php echo esc_textarea( $wp_rewrite->mod_rewrite_rules() ); ?></textarea>
[548] Fix | Delete
</p>
[549] Fix | Delete
</form>
[550] Fix | Delete
<?php endif; // End if ! $writable && $htaccess_update_required. ?>
[551] Fix | Delete
<?php endif; // End if $iis7_permalinks. ?>
[552] Fix | Delete
<?php endif; // End if ! is_multisite(). ?>
[553] Fix | Delete
[554] Fix | Delete
</div><!-- .wrap -->
[555] Fix | Delete
[556] Fix | Delete
<?php require_once ABSPATH . 'wp-admin/admin-footer.php'; ?>
[557] Fix | Delete
[558] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function