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.../httpdocs/wp-admin/includes
File: dashboard.php
<?php endif; ?>
[2000] Fix | Delete
</div>
[2001] Fix | Delete
</div>
[2002] Fix | Delete
[2003] Fix | Delete
<div class="site-health-details">
[2004] Fix | Delete
<?php if ( false === $get_issues ) : ?>
[2005] Fix | Delete
<p>
[2006] Fix | Delete
<?php
[2007] Fix | Delete
printf(
[2008] Fix | Delete
/* translators: %s: URL to Site Health screen. */
[2009] Fix | Delete
__( 'Site health checks will automatically run periodically to gather information about your site. You can also <a href="%s">visit the Site Health screen</a> to gather information about your site now.' ),
[2010] Fix | Delete
esc_url( admin_url( 'site-health.php' ) )
[2011] Fix | Delete
);
[2012] Fix | Delete
?>
[2013] Fix | Delete
</p>
[2014] Fix | Delete
<?php else : ?>
[2015] Fix | Delete
<p>
[2016] Fix | Delete
<?php if ( $issues_total <= 0 ) : ?>
[2017] Fix | Delete
<?php _e( 'Great job! Your site currently passes all site health checks.' ); ?>
[2018] Fix | Delete
<?php elseif ( 1 === (int) $issue_counts['critical'] ) : ?>
[2019] Fix | Delete
<?php _e( 'Your site has a critical issue that should be addressed as soon as possible to improve its performance and security.' ); ?>
[2020] Fix | Delete
<?php elseif ( $issue_counts['critical'] > 1 ) : ?>
[2021] Fix | Delete
<?php _e( 'Your site has critical issues that should be addressed as soon as possible to improve its performance and security.' ); ?>
[2022] Fix | Delete
<?php elseif ( 1 === (int) $issue_counts['recommended'] ) : ?>
[2023] Fix | Delete
<?php _e( 'Your site&#8217;s health is looking good, but there is still one thing you can do to improve its performance and security.' ); ?>
[2024] Fix | Delete
<?php else : ?>
[2025] Fix | Delete
<?php _e( 'Your site&#8217;s health is looking good, but there are still some things you can do to improve its performance and security.' ); ?>
[2026] Fix | Delete
<?php endif; ?>
[2027] Fix | Delete
</p>
[2028] Fix | Delete
<?php endif; ?>
[2029] Fix | Delete
[2030] Fix | Delete
<?php if ( $issues_total > 0 && false !== $get_issues ) : ?>
[2031] Fix | Delete
<p>
[2032] Fix | Delete
<?php
[2033] Fix | Delete
printf(
[2034] Fix | Delete
/* translators: 1: Number of issues. 2: URL to Site Health screen. */
[2035] Fix | Delete
_n(
[2036] Fix | Delete
'Take a look at the <strong>%1$d item</strong> on the <a href="%2$s">Site Health screen</a>.',
[2037] Fix | Delete
'Take a look at the <strong>%1$d items</strong> on the <a href="%2$s">Site Health screen</a>.',
[2038] Fix | Delete
$issues_total
[2039] Fix | Delete
),
[2040] Fix | Delete
$issues_total,
[2041] Fix | Delete
esc_url( admin_url( 'site-health.php' ) )
[2042] Fix | Delete
);
[2043] Fix | Delete
?>
[2044] Fix | Delete
</p>
[2045] Fix | Delete
<?php endif; ?>
[2046] Fix | Delete
</div>
[2047] Fix | Delete
</div>
[2048] Fix | Delete
[2049] Fix | Delete
<?php
[2050] Fix | Delete
}
[2051] Fix | Delete
[2052] Fix | Delete
/**
[2053] Fix | Delete
* Outputs empty dashboard widget to be populated by JS later.
[2054] Fix | Delete
*
[2055] Fix | Delete
* Usable by plugins.
[2056] Fix | Delete
*
[2057] Fix | Delete
* @since 2.5.0
[2058] Fix | Delete
*/
[2059] Fix | Delete
function wp_dashboard_empty() {}
[2060] Fix | Delete
[2061] Fix | Delete
/**
[2062] Fix | Delete
* Displays a welcome panel to introduce users to WordPress.
[2063] Fix | Delete
*
[2064] Fix | Delete
* @since 3.3.0
[2065] Fix | Delete
* @since 5.9.0 Send users to the Site Editor if the active theme is block-based.
[2066] Fix | Delete
*/
[2067] Fix | Delete
function wp_welcome_panel() {
[2068] Fix | Delete
list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
[2069] Fix | Delete
$can_customize = current_user_can( 'customize' );
[2070] Fix | Delete
$is_block_theme = wp_is_block_theme();
[2071] Fix | Delete
?>
[2072] Fix | Delete
<div class="welcome-panel-content">
[2073] Fix | Delete
<div class="welcome-panel-header">
[2074] Fix | Delete
<div class="welcome-panel-header-image">
[2075] Fix | Delete
<?php echo file_get_contents( dirname( __DIR__ ) . '/images/dashboard-background.svg' ); ?>
[2076] Fix | Delete
</div>
[2077] Fix | Delete
<h2><?php _e( 'Welcome to WordPress!' ); ?></h2>
[2078] Fix | Delete
<p>
[2079] Fix | Delete
<a href="<?php echo esc_url( admin_url( 'about.php' ) ); ?>">
[2080] Fix | Delete
<?php
[2081] Fix | Delete
/* translators: %s: Current WordPress version. */
[2082] Fix | Delete
printf( __( 'Learn more about the %s version.' ), $display_version );
[2083] Fix | Delete
?>
[2084] Fix | Delete
</a>
[2085] Fix | Delete
</p>
[2086] Fix | Delete
</div>
[2087] Fix | Delete
<div class="welcome-panel-column-container">
[2088] Fix | Delete
<div class="welcome-panel-column">
[2089] Fix | Delete
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
[2090] Fix | Delete
<rect width="48" height="48" rx="4" fill="#1E1E1E"/>
[2091] Fix | Delete
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.0668 17.0854L28.8221 13.9454L18.2008 24.671L16.8983 29.0827L21.4257 27.8309L32.0668 17.0854ZM16 32.75H24V31.25H16V32.75Z" fill="white"/>
[2092] Fix | Delete
</svg>
[2093] Fix | Delete
<div class="welcome-panel-column-content">
[2094] Fix | Delete
<h3><?php _e( 'Author rich content with blocks and patterns' ); ?></h3>
[2095] Fix | Delete
<p><?php _e( 'Block patterns are pre-configured block layouts. Use them to get inspired or create new pages in a flash.' ); ?></p>
[2096] Fix | Delete
<a href="<?php echo esc_url( admin_url( 'post-new.php?post_type=page' ) ); ?>"><?php _e( 'Add a new page' ); ?></a>
[2097] Fix | Delete
</div>
[2098] Fix | Delete
</div>
[2099] Fix | Delete
<div class="welcome-panel-column">
[2100] Fix | Delete
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
[2101] Fix | Delete
<rect width="48" height="48" rx="4" fill="#1E1E1E"/>
[2102] Fix | Delete
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 16h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H18a2 2 0 0 1-2-2V18a2 2 0 0 1 2-2zm12 1.5H18a.5.5 0 0 0-.5.5v3h13v-3a.5.5 0 0 0-.5-.5zm.5 5H22v8h8a.5.5 0 0 0 .5-.5v-7.5zm-10 0h-3V30a.5.5 0 0 0 .5.5h2.5v-8z" fill="#fff"/>
[2103] Fix | Delete
</svg>
[2104] Fix | Delete
<div class="welcome-panel-column-content">
[2105] Fix | Delete
<?php if ( $is_block_theme ) : ?>
[2106] Fix | Delete
<h3><?php _e( 'Customize your entire site with block themes' ); ?></h3>
[2107] Fix | Delete
<p><?php _e( 'Design everything on your site &#8212; from the header down to the footer, all using blocks and patterns.' ); ?></p>
[2108] Fix | Delete
<a href="<?php echo esc_url( admin_url( 'site-editor.php' ) ); ?>"><?php _e( 'Open site editor' ); ?></a>
[2109] Fix | Delete
<?php else : ?>
[2110] Fix | Delete
<h3><?php _e( 'Start Customizing' ); ?></h3>
[2111] Fix | Delete
<p><?php _e( 'Configure your site&#8217;s logo, header, menus, and more in the Customizer.' ); ?></p>
[2112] Fix | Delete
<?php if ( $can_customize ) : ?>
[2113] Fix | Delete
<a class="load-customize hide-if-no-customize" href="<?php echo wp_customize_url(); ?>"><?php _e( 'Open the Customizer' ); ?></a>
[2114] Fix | Delete
<?php endif; ?>
[2115] Fix | Delete
<?php endif; ?>
[2116] Fix | Delete
</div>
[2117] Fix | Delete
</div>
[2118] Fix | Delete
<div class="welcome-panel-column">
[2119] Fix | Delete
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
[2120] Fix | Delete
<rect width="48" height="48" rx="4" fill="#1E1E1E"/>
[2121] Fix | Delete
<path fill-rule="evenodd" clip-rule="evenodd" d="M31 24a7 7 0 0 1-7 7V17a7 7 0 0 1 7 7zm-7-8a8 8 0 1 1 0 16 8 8 0 0 1 0-16z" fill="#fff"/>
[2122] Fix | Delete
</svg>
[2123] Fix | Delete
<div class="welcome-panel-column-content">
[2124] Fix | Delete
<?php if ( $is_block_theme ) : ?>
[2125] Fix | Delete
<h3><?php _e( 'Switch up your site&#8217;s look & feel with Styles' ); ?></h3>
[2126] Fix | Delete
<p><?php _e( 'Tweak your site, or give it a whole new look! Get creative &#8212; how about a new color palette or font?' ); ?></p>
[2127] Fix | Delete
<a href="<?php echo esc_url( admin_url( '/site-editor.php?path=%2Fwp_global_styles' ) ); ?>"><?php _e( 'Edit styles' ); ?></a>
[2128] Fix | Delete
<?php else : ?>
[2129] Fix | Delete
<h3><?php _e( 'Discover a new way to build your site.' ); ?></h3>
[2130] Fix | Delete
<p><?php _e( 'There is a new kind of WordPress theme, called a block theme, that lets you build the site you&#8217;ve always wanted &#8212; with blocks and styles.' ); ?></p>
[2131] Fix | Delete
<a href="<?php echo esc_url( __( 'https://wordpress.org/documentation/article/block-themes/' ) ); ?>"><?php _e( 'Learn about block themes' ); ?></a>
[2132] Fix | Delete
<?php endif; ?>
[2133] Fix | Delete
</div>
[2134] Fix | Delete
</div>
[2135] Fix | Delete
</div>
[2136] Fix | Delete
</div>
[2137] Fix | Delete
<?php
[2138] Fix | Delete
}
[2139] Fix | Delete
[2140] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function