X7ROOT File Manager
Current Path:
/home/freights/old.freightsoko.co.ke/wp-admin
home
/
freights
/
old.freightsoko.co.ke
/
wp-admin
/
??
..
??
.htaccess
(112 B)
??
about.php
(13.65 KB)
??
admin-ajax.php
(4.83 KB)
??
admin-footer.php
(2.76 KB)
??
admin-functions.php
(406 B)
??
admin-header.php
(8.2 KB)
??
admin-post.php
(1.63 KB)
??
admin.php
(11.85 KB)
??
app_102
??
app_152
??
app_227
??
async-upload.php
(4.58 KB)
??
authorize-application.php
(9.62 KB)
??
comment.php
(0 B)
??
credits.php
(3.55 KB)
??
css
??
custom-background.php
(416 B)
??
custom-header.php
(426 B)
??
customize.php
(10.48 KB)
??
edit-comments.php
(13.64 KB)
??
edit-form-advanced.php
(28.29 KB)
??
edit-form-blocks.php
(10.39 KB)
??
edit-form-comment.php
(7.97 KB)
??
edit-link-form.php
(6.15 KB)
??
edit-tag-form.php
(10.41 KB)
??
edit-tags.php
(21.93 KB)
??
edit.php
(18.77 KB)
??
erase-personal-data.php
(7.11 KB)
??
error_log
(221.07 KB)
??
export-personal-data.php
(7.08 KB)
??
export.php
(10.72 KB)
??
freedoms.php
(4.65 KB)
??
images
??
import.php
(7.35 KB)
??
includes
??
index.php
(7 KB)
??
install-helper.php
(5.89 KB)
??
js
??
link-add.php
(711 B)
??
link-manager.php
(4.12 KB)
??
link-parse-opml.php
(2.59 KB)
??
link.php
(2.67 KB)
??
load-scripts.php
(1.65 KB)
??
load-styles.php
(2.4 KB)
??
maint
??
media-new.php
(3.13 KB)
??
media-upload.php
(3.49 KB)
??
media.php
(5.47 KB)
??
menu-header.php
(9.68 KB)
??
menu.php
(14.6 KB)
??
moderation.php
(307 B)
??
ms-admin.php
(196 B)
??
ms-delete-site.php
(4.15 KB)
??
ms-edit.php
(216 B)
??
ms-options.php
(223 B)
??
ms-sites.php
(215 B)
??
ms-themes.php
(217 B)
??
ms-upgrade-network.php
(219 B)
??
ms-users.php
(215 B)
??
my-sites.php
(4.53 KB)
??
nav-menus.php
(46.57 KB)
??
network
??
network.php
(5.25 KB)
??
options-general.php
(14.63 KB)
??
options-head.php
(492 B)
??
options-media.php
(6.15 KB)
??
options-permalink.php
(19.19 KB)
??
options-privacy.php
(9.1 KB)
??
options-reading.php
(9.63 KB)
??
options-writing.php
(8.46 KB)
??
options.php
(12.47 KB)
??
plugin-install.php
(6.21 KB)
??
plugins.php
(28.5 KB)
??
post-new.php
(2.64 KB)
??
post.php
(9.87 KB)
??
press-this.php
(2.33 KB)
??
privacy-policy-guide.php
(3.51 KB)
??
privacy.php
(2.39 KB)
??
profile.php
(283 B)
??
revision.php
(5.4 KB)
??
setup-config.php
(16.61 KB)
??
site-health-info.php
(3.88 KB)
??
site-health.php
(8.51 KB)
??
term.php
(2.2 KB)
??
theme-install.php
(21.68 KB)
??
themes.php
(44.81 KB)
??
tools.php
(3.38 KB)
??
update-core.php
(43.45 KB)
??
update.php
(12.23 KB)
??
upgrade-functions.php
(341 B)
??
upgrade.php
(5.47 KB)
??
upload.php
(13.7 KB)
??
user-edit.php
(33.45 KB)
??
user-new.php
(23.41 KB)
??
users.php
(21 KB)
??
widgets-form-blocks.php
(2.35 KB)
??
widgets-form.php
(18.94 KB)
??
widgets.php
(1.06 KB)
Editing: credits.php
<?php /** * Credits administration panel. * * @package WordPress * @subpackage Administration */ /** WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; require_once __DIR__ . '/includes/credits.php'; $title = __( 'Credits' ); list( $display_version ) = explode( '-', get_bloginfo( 'version' ) ); require_once ABSPATH . 'wp-admin/admin-header.php'; $credits = wp_credits(); ?> <div class="wrap about__container"> <div class="about__header"> <div class="about__header-title"> <h1> <?php _e( 'Contributors' ); ?> </h1> </div> <div class="about__header-text"> <?php _e( 'WordPress 5.8 was created by a worldwide team of passionate individuals' ); ?> </div> <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>"> <a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a> <a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a> <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a> <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a> </nav> </div> <div class="about__section has-1-column"> <div class="column aligncenter"> <?php if ( ! $credits ) : ?> <p> <?php printf( /* translators: 1: https://wordpress.org/about/ */ __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals.' ), __( 'https://wordpress.org/about/' ) ); ?> <br /> <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a> </p> <?php else : ?> <p> <?php _e( 'Want to see your name in lights on this page?' ); ?> <br /> <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a> </p> <?php endif; ?> </div> </div> <?php if ( ! $credits ) { echo '</div>'; require_once ABSPATH . 'wp-admin/admin-footer.php'; exit; } ?> <hr /> <div class="about__section"> <div class="column is-edge-to-edge"> <?php wp_credits_section_title( $credits['groups']['core-developers'] ); ?> <?php wp_credits_section_list( $credits, 'core-developers' ); ?> <?php wp_credits_section_list( $credits, 'contributing-developers' ); ?> </div> </div> <hr /> <div class="about__section"> <div class="column"> <?php wp_credits_section_title( $credits['groups']['props'] ); ?> <?php wp_credits_section_list( $credits, 'props' ); ?> </div> </div> <hr /> <?php if ( isset( $credits['groups']['translators'] ) || isset( $credits['groups']['validators'] ) ) : ?> <div class="about__section"> <div class="column"> <?php wp_credits_section_title( $credits['groups']['validators'] ); ?> <?php wp_credits_section_list( $credits, 'validators' ); ?> <?php wp_credits_section_list( $credits, 'translators' ); ?> </div> </div> <hr /> <?php endif; ?> <div class="about__section"> <div class="column"> <?php wp_credits_section_title( $credits['groups']['libraries'] ); ?> <?php wp_credits_section_list( $credits, 'libraries' ); ?> </div> </div> </div> <?php require_once ABSPATH . 'wp-admin/admin-footer.php'; return; // These are strings returned by the API that we want to be translatable. __( 'Project Leaders' ); /* translators: %s: The current WordPress version number. */ __( 'Core Contributors to WordPress %s' ); __( 'Noteworthy Contributors' ); __( 'Cofounder, Project Lead' ); __( 'Lead Developer' ); __( 'Release Lead' ); __( 'Release Design Lead' ); __( 'Release Deputy' ); __( 'Core Developer' ); __( 'External Libraries' );
Upload File
Create Folder