/
home
/
desid573
/
public_html
/
magicride.ng
/
wp-admin
/
/home/desid573/public_html/magicride.ng/wp-admin
mkdir
upload
Name
Size
Mode
Actions
css/
-
0755
rm
images/
-
0755
rm
includes/
-
0755
rm
js/
-
0755
rm
maint/
-
0755
rm
network/
-
0755
rm
user/
-
0755
rm
about.php
21275
0644
edit
dl
rm
admin-ajax.php
4627
0644
edit
dl
rm
admin-footer.php
2626
0644
edit
dl
rm
admin-functions.php
409
0644
edit
dl
rm
admin-header.php
7905
0644
edit
dl
rm
admin-post.php
1692
0644
edit
dl
rm
admin.php
11419
0644
edit
dl
rm
async-upload.php
3672
0644
edit
dl
rm
comment.php
10902
0644
edit
dl
rm
credits.php
5611
0644
edit
dl
rm
custom-background.php
20603
0644
edit
dl
rm
custom-header.php
47480
0644
edit
dl
rm
customize.php
9567
0644
edit
dl
rm
edit-comments.php
14137
0644
edit
dl
rm
edit-form-advanced.php
28177
0644
edit
dl
rm
edit-form-blocks.php
13200
0644
edit
dl
rm
edit-form-comment.php
7518
0644
edit
dl
rm
edit-link-form.php
6140
0644
edit
dl
rm
edit-tag-form.php
9513
0644
edit
dl
rm
edit-tags.php
20994
0644
edit
dl
rm
edit.php
17163
0644
edit
dl
rm
error_log
4578
0644
edit
dl
rm
export.php
10927
0644
edit
dl
rm
freedoms.php
6049
0644
edit
dl
rm
import.php
7430
0644
edit
dl
rm
index.php
5889
0644
edit
dl
rm
install-helper.php
5907
0644
edit
dl
rm
install.php
16818
0644
edit
dl
rm
link-add.php
727
0644
edit
dl
rm
link-manager.php
4005
0644
edit
dl
rm
link-parse-opml.php
2439
0644
edit
dl
rm
link.php
2737
0644
edit
dl
rm
load-scripts.php
1655
0644
edit
dl
rm
load-styles.php
2262
0644
edit
dl
rm
media-new.php
3209
0644
edit
dl
rm
media-upload.php
3376
0644
edit
dl
rm
media.php
5618
0644
edit
dl
rm
menu-header.php
9693
0644
edit
dl
rm
menu.php
14190
0644
edit
dl
rm
moderation.php
322
0644
edit
dl
rm
ms-admin.php
211
0644
edit
dl
rm
ms-delete-site.php
4031
0644
edit
dl
rm
ms-edit.php
231
0644
edit
dl
rm
ms-options.php
238
0644
edit
dl
rm
ms-sites.php
230
0644
edit
dl
rm
ms-themes.php
232
0644
edit
dl
rm
ms-upgrade-network.php
234
0644
edit
dl
rm
ms-users.php
230
0644
edit
dl
rm
my-sites.php
4657
0644
edit
dl
rm
nav-menus.php
43585
0644
edit
dl
rm
network.php
5362
0644
edit
dl
rm
options-discussion.php
15119
0644
edit
dl
rm
options-general.php
15121
0644
edit
dl
rm
options-head.php
492
0644
edit
dl
rm
options-media.php
6236
0644
edit
dl
rm
options-permalink.php
18654
0644
edit
dl
rm
options-reading.php
8601
0644
edit
dl
rm
options-writing.php
8610
0644
edit
dl
rm
options.php
11918
0644
edit
dl
rm
plugin-editor.php
13248
0644
edit
dl
rm
plugin-install.php
6320
0644
edit
dl
rm
plugins.php
24277
0644
edit
dl
rm
post-new.php
2680
0644
edit
dl
rm
post.php
9587
0644
edit
dl
rm
press-this.php
2383
0644
edit
dl
rm
privacy.php
8068
0644
edit
dl
rm
profile.php
298
0644
edit
dl
rm
revision.php
5168
0644
edit
dl
rm
setup-config.php
15808
0644
edit
dl
rm
site-health-info.php
5632
0644
edit
dl
rm
site-health.php
5296
0644
edit
dl
rm
term.php
2114
0644
edit
dl
rm
theme-editor.php
14815
0644
edit
dl
rm
theme-install.php
15142
0644
edit
dl
rm
themes.php
23305
0644
edit
dl
rm
tools.php
2612
0644
edit
dl
rm
update-core.php
32552
0644
edit
dl
rm
update.php
10712
0644
edit
dl
rm
upgrade-functions.php
344
0644
edit
dl
rm
upgrade.php
5654
0644
edit
dl
rm
upload.php
13668
0644
edit
dl
rm
user-edit.php
28921
0644
edit
dl
rm
user-new.php
22280
0644
edit
dl
rm
users.php
19716
0644
edit
dl
rm
widgets.php
19602
0644
edit
dl
rm
Edit:
/home/desid573/public_html/magicride.ng/wp-admin/about.php
(21275B)
<?php /** * About This Version administration panel. * * @package WordPress * @subpackage Administration */ /** WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' ); /* translators: Page title of the About WordPress page in the admin. */ $title = _x( 'About', 'page title' ); list( $display_version ) = explode( '-', get_bloginfo( 'version' ) ); include( ABSPATH . 'wp-admin/admin-header.php' ); ?> <div class="wrap about-wrap full-width-layout"> <h1> <?php /* translators: %s: The current WordPress version number */ printf( __( 'Welcome to WordPress %s' ), $display_version ); ?> </h1> <p class="about-text"> <?php printf( /* translators: %s: The current WordPress version number */ __( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ), $display_version ); ?> </p> <div class="wp-badge"> <?php /* translators: %s: The current WordPress version number */ printf( __( 'Version %s' ), $display_version ); ?> </div> <nav class="nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>"> <a href="about.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'What’s New' ); ?></a> <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a> <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a> <a href="freedoms.php?privacy-notice" class="nav-tab"><?php _e( 'Privacy' ); ?></a> </nav> <div class="changelog point-releases"> <h3><?php _e( 'Maintenance and Security Releases' ); ?></h3> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed one security issue.' ), '5.2.21' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.21' ) ) ); ?> </p> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed some security issues.' ), '5.2.20' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.20' ) ) ); ?> </p> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed some security issues.' ), '5.2.19' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.19' ) ) ); ?> </p> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed some security issues.' ), '5.2.18' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.18' ) ) ); ?> </p> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed some security issues.' ), '5.2.17' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.17' ) ) ); ?> </p> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed some security issues.' ), '5.2.16' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.16' ) ) ); ?> </p> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed one security issue.' ), '5.2.15' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.15' ) ) ); ?> </p> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed some security issues.' ), '5.2.14' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.14' ) ) ); ?> </p> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed one security issue.' ), '5.2.13' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.13' ) ) ); ?> </p> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed some security issues.' ), '5.2.12' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.12' ) ) ); ?> </p> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed one security issue.' ), '5.2.11' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.11' ) ) ); ?> </p> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed some security issues.' ), '5.2.10' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.10' ) ) ); ?> </p> <p> <?php printf( /* translators: 1: WordPress version number, 2: Plural number of bugs. */ _n( '<strong>Version %1$s</strong> addressed %2$s bug.', '<strong>Version %1$s</strong> addressed %2$s bugs.', 1 ), '5.2.9', number_format_i18n( 1 ) ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.9' ) ) ); ?> </p> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed some security issues.' ), '5.2.8' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.8' ) ) ); ?> </p> <p> <?php printf( /* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */ _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.', '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 2 ), '5.2.7', number_format_i18n( 2 ) ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.7' ) ) ); ?> </p> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed some security issues.' ), '5.2.6' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.6' ) ) ); ?> </p> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed some security issues.' ), '5.2.5' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.5' ) ) ); ?> </p> <p> <?php printf( /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed some security issues.' ), '5.2.4' ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.4' ) ) ); ?> </p> <p> <?php printf( /* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */ _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.', '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 29 ), '5.2.3', number_format_i18n( 29 ) ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.3' ) ) ); ?> </p> <p> <?php printf( /* translators: 1: WordPress version number, 2: plural number of bugs. */ _n( '<strong>Version %1$s</strong> addressed %2$s bug.', '<strong>Version %1$s</strong> addressed %2$s bugs.', 13 ), '5.2.2', number_format_i18n( 13 ) ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.2' ) ) ); ?> </p> <p> <?php printf( /* translators: 1: WordPress version number, 2: plural number of bugs. */ _n( '<strong>Version %1$s</strong> addressed %2$s bug.', '<strong>Version %1$s</strong> addressed %2$s bugs.', 33 ), '5.2.1', number_format_i18n( 33 ) ); ?> <?php printf( /* translators: %s: HelpHub URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ), sprintf( /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '5.2.1' ) ) ); ?> </p> </div> <div class="headline-feature"> <h2><?php _e( 'Keeping Your Site Safe' ); ?></h2> <p class="lead-description"><?php _e( 'WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.' ); ?></p> <div class="inline-svg aligncenter"> <img src="https://s.w.org/images/core/5.2/about_maintain-wordpress-v2.svg" alt=""> </div> </div> <hr /> <div class="feature-section is-wide has-2-columns is-wider-left"> <div class="column is-vertically-aligned-center"> <h3><?php _e( 'Site Health Check' ); ?></h3> <p> <?php printf( /* translators: 1: link to the WordPress 5.1 release post */ __( 'Building on <a href="%1$s">the Site Health features introduced in 5.1</a>, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site maintainers.' ), __( 'https://wordpress.org/news/2019/02/betty/' ) ); if ( current_user_can( 'install_plugins' ) ) { printf( /* translators: 1: link to /wp-admin/site-health.php 2: link to /wp-admin/site-health.php?tab=debug */ __( ' <a href="%1$s">Check your site status</a>, and <a href="%2$s">learn how to debug issues</a>.' ), admin_url( 'site-health.php' ), admin_url( 'site-health.php?tab=debug' ) ); } ?> </p> </div> <div class="column"> <div class="inline-svg aligncenter"> <img src="https://s.w.org/images/core/5.2/about_site-health.svg" alt=""> </div> </div> </div> <hr /> <div class="feature-section is-wide has-2-columns is-wider-right"> <div class="column"> <div class="inline-svg aligncenter"> <img src="https://s.w.org/images/core/5.2/about_error-protection.svg" alt=""> </div> </div> <div class="column is-vertically-aligned-center"> <h3><?php _e( 'PHP Error Protection' ); ?></h3> <p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring a developer. It features better handling of the so-called “white screen of death”, and a way to enter recovery mode, which pauses error-causing plugins or themes.' ); ?></p> </div> </div> <hr /> <h3 class="aligncenter"><?php _e( 'Improvements for Everyone' ); ?></h3> <div class="has-2-columns"> <div class="column aligncenter"> <h4><?php _e( 'Accessibility Updates' ); ?></h4> <p><?php _e( 'A number of changes work together to improve contextual awareness and keyboard navigation flow for those using screen readers and other assistive technologies.' ); ?></p> </div> <div class="column aligncenter"> <h4><?php _e( 'New Dashboard Icons' ); ?></h4> <p><?php _e( 'Thirteen new icons include Instagram, a suite of icons for BuddyPress, and rotated Earth icons for global inclusion. Find them in the Dashboard and have some fun!' ); ?></p> </div> </div> <hr /> <h3 class="aligncenter"><?php _e( 'Developer Happiness' ); ?></h3> <div class="has-2-columns is-fullwidth"> <div class="column"> <h4><a href="https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/"><?php _e( 'PHP Version Bump' ); ?></a></h4> <p><?php _e( 'The minimum supported PHP version is now 5.6.20. As of WordPress 5.2, themes and plugins can safely take advantage of namespaces, anonymous functions, and more!' ); ?></p> </div> <div class="column"> <h4><a href="https://make.wordpress.org/core/2019/04/24/developer-focused-privacy-updates-in-5-2/"><?php _e( 'Privacy Updates' ); ?></a></h4> <p><?php _e( 'A new theme page template, a conditional function, and two CSS classes make designing and customizing the Privacy Policy page easier.' ); ?></p> </div> </div> <div class="has-2-columns is-fullwidth"> <div class="column"> <h4><a href="https://make.wordpress.org/core/2019/04/24/miscellaneous-developer-updates-in-5-2/"><?php _e( 'New Body Tag Hook' ); ?></a></h4> <p> <?php printf( /* translators: 1: wp_body_open 2: <body> */ __( '5.2 introduces a %1$s hook, which lets themes support injecting code right at the beginning of the %2$s element.' ), '<code>wp_body_open</code>', '<code><body></code>' ); ?> </p> </div> <div class="column"> <h4><a href="https://make.wordpress.org/core/2019/03/25/building-javascript/"><?php _e( 'Building JavaScript' ); ?></a></h4> <p><?php _e( 'With the addition of webpack and Babel configurations in the @wordpress/scripts package, developers won’t have to worry about setting up complex build tools to write modern JavaScript.' ); ?></p> </div> </div> <hr /> <div class="return-to-dashboard"> <?php if ( current_user_can( 'update_core' ) && isset( $_GET['updated'] ) ) : ?> <a href="<?php echo esc_url( self_admin_url( 'update-core.php' ) ); ?>"> <?php is_multisite() ? _e( 'Return to Updates' ) : _e( 'Return to Dashboard → Updates' ); ?> </a> | <?php endif; ?> <a href="<?php echo esc_url( self_admin_url() ); ?>"><?php is_blog_admin() ? _e( 'Go to Dashboard → Home' ) : _e( 'Go to Dashboard' ); ?></a> </div> </div> <?php include( ABSPATH . 'wp-admin/admin-footer.php' ); // These are strings we may use to describe maintenance/security releases, where we aim for no new strings. return; __( 'Maintenance Release' ); __( 'Maintenance Releases' ); __( 'Security Release' ); __( 'Security Releases' ); __( 'Maintenance and Security Release' ); __( 'Maintenance and Security Releases' ); /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed one security issue.' ); /* translators: %s: WordPress version number */ __( '<strong>Version %s</strong> addressed some security issues.' ); /* translators: 1: WordPress version number, 2: plural number of bugs. */ _n_noop( '<strong>Version %1$s</strong> addressed %2$s bug.', '<strong>Version %1$s</strong> addressed %2$s bugs.' ); /* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */ _n_noop( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.', '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.' ); /* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */ _n_noop( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.', '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.' ); /* translators: %s: Codex URL */ __( 'For more information, see <a href="%s">the release notes</a>.' ); /* translators: 1: WordPress version number, 2: Link to update WordPress */ __( 'Important! Your version of WordPress (%1$s) is no longer supported, you will not receive any security updates for your website. To keep your site secure, please <a href="%2$s">update to the latest version of WordPress</a>.' ); /* translators: 1: WordPress version number, 2: Link to update WordPress */ __( 'Important! Your version of WordPress (%1$s) will stop receiving security updates in the near future. To keep your site secure, please <a href="%2$s">update to the latest version of WordPress</a>.' ); /* translators: %s: The major version of WordPress for this branch. */ __( 'This is the final release of WordPress %s' ); /* translators: The localized WordPress download URL. */ __( 'https://wordpress.org/download/' );
Save
cmd:
run