/home/sitetest/makie/homedir/public_html/wp-admin
NameSizeModeActions
css/-0755rm
images/-0755rm
includes/-0755rm
js/-0755rm
maint/-0755rm
network/-0755rm
user/-0755rm
about.php177980644editdlrm
admin-ajax.php51460644editdlrm
admin-footer.php28110644editdlrm
admin-functions.php4790644editdlrm
admin-header.php92910644editdlrm
admin-post.php20210644editdlrm
admin.php129350644editdlrm
async-upload.php56040644editdlrm
authorize-application.php103350644editdlrm
comment.php116430644editdlrm
contribute.php60390644editdlrm
credits.php45240644editdlrm
custom-background.php4890644editdlrm
custom-header.php4990644editdlrm
customize.php114760644editdlrm
edit-comments.php144840644editdlrm
edit-form-advanced.php294860644editdlrm
edit-form-blocks.php150840644editdlrm
edit-form-comment.php85330644editdlrm
edit-link-form.php63540644editdlrm
edit-tag-form.php106650644editdlrm
edit-tags.php225100644editdlrm
edit.php199520644editdlrm
erase-personal-data.php75050644editdlrm
export-personal-data.php79410644editdlrm
export.php112650644editdlrm
font-library.php10360644editdlrm
freedoms.php49570644editdlrm
import.php77660644editdlrm
index.php78640644editdlrm
install-helper.php69610644editdlrm
install.php183370644editdlrm
link-add.php9340644editdlrm
link-manager.php43610644editdlrm
link-parse-opml.php26980644editdlrm
link.php29570644editdlrm
load-scripts.php20700644editdlrm
load-styles.php29950644editdlrm
media-new.php32490644editdlrm
media-upload.php36680644editdlrm
media.php8190644editdlrm
menu-header.php100590644editdlrm
menu.php181410644editdlrm
moderation.php3070644editdlrm
ms-admin.php1960644editdlrm
ms-delete-site.php46130644editdlrm
ms-edit.php2160644editdlrm
ms-options.php2290644editdlrm
ms-sites.php2150644editdlrm
ms-themes.php2170644editdlrm
ms-upgrade-network.php2190644editdlrm
ms-users.php2150644editdlrm
my-sites.php48310644editdlrm
nav-menus.php502510644editdlrm
network.php55220644editdlrm
options-connectors.php10960644editdlrm
options-discussion.php162970644editdlrm
options-general.php228510644editdlrm
options-head.php6210644editdlrm
options-media.php65300644editdlrm
options-permalink.php224160644editdlrm
options-privacy.php101630644editdlrm
options-reading.php102130644editdlrm
options-writing.php93230644editdlrm
options.php142660644editdlrm
plugin-editor.php140820644editdlrm
plugin-install.php71240644editdlrm
plugins.php307240644editdlrm
post-new.php27680644editdlrm
post.php102740644editdlrm
press-this.php24700644editdlrm
privacy-policy-guide.php37560644editdlrm
privacy.php28950644editdlrm
profile.php2830644editdlrm
revision.php58360644editdlrm
setup-config.php179450644editdlrm
site-editor.php123620644editdlrm
site-health-info.php41500644editdlrm
site-health.php104210644editdlrm
term.php22490644editdlrm
theme-editor.php172790644editdlrm
theme-install.php242220644editdlrm
themes.php494050644editdlrm
tools.php35140644editdlrm
update-core.php462020644editdlrm
update.php130620644editdlrm
upgrade-functions.php3410644editdlrm
upgrade.php63900644editdlrm
upload.php152570644editdlrm
user-edit.php413190644editdlrm
user-new.php246390644editdlrm
users.php240020644editdlrm
widgets-form-blocks.php52420644editdlrm
widgets-form.php195950644editdlrm
widgets.php11120644editdlrm
Edit: /home/sitetest/makie/homedir/public_html/wp-admin/options-reading.php (10213B)
add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => '

' . __( 'This screen contains the settings that affect the display of your content.' ) . '

' . '

' . sprintf( /* translators: %s: URL to create a new page. */ __( 'You can choose what’s displayed on the homepage of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static homepage, you first need to create two Pages. One will become the homepage, and the other will be where your posts are displayed.' ), 'post-new.php?post_type=page' ) . '

' . '

' . sprintf( /* translators: %s: Documentation URL. */ __( 'You can also control the display of your content in RSS feeds, including the maximum number of posts to display and whether to show full text or an excerpt. Learn more about feeds.' ), __( 'https://developer.wordpress.org/advanced-administration/wordpress/feeds/' ) ) . '

' . '

' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '

', ) ); get_current_screen()->add_help_tab( array( 'id' => 'site-visibility', 'title' => has_action( 'blog_privacy_selector' ) ? __( 'Site visibility' ) : __( 'Search engine visibility' ), 'content' => '

' . __( 'You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the checkbox next to “Discourage search engines from indexing this site” and click the Save Changes button at the bottom of the screen.' ) . '

' . '

' . __( 'Note that even when set to discourage search engines, your site is still visible on the web and not all search engines adhere to this directive.' ) . '

' . '

' . __( 'When this setting is in effect, a reminder is shown in the At a Glance box of the Dashboard that says, “Search engines discouraged”, to remind you that you have directed search engines to not crawl your site.' ) . '

', ) ); get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Reading Settings' ) . '

' . '

' . __( 'Support forums' ) . '

' ); require_once ABSPATH . 'wp-admin/admin-header.php'; ?>

'blog_charset' ) ); } ?>