PATH:
home
/
bkunreyz
/
bcmuslimgolfers.com
/
wp-admin
<?php /** * Add Link Administration Screen. * * @package WordPress * @subpackage Administration */ /** Load WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; if ( ! current_user_can( 'manage_links' ) ) { wp_die( __( 'Sorry, you are not allowed to add links to this site.' ) ); } $title = __( 'Add New Link' ); $parent_file = 'link-manager.php'; wp_reset_vars( array( 'action', 'cat_id', 'link_id' ) ); wp_enqueue_script( 'link' ); wp_enqueue_script( 'xfn' ); if ( wp_is_mobile() ) { wp_enqueue_script( 'jquery-touch-punch' ); } $link = get_default_link_to_edit(); require ABSPATH . 'wp-admin/edit-link-form.php'; require_once ABSPATH . 'wp-admin/admin-footer.php';
[-] site-health-info.php
[edit]
[-] edit-tag-form.php
[edit]
[+]
maint
[-] plugin-editor.php
[edit]
[-] credits.php
[edit]
[+]
images
[-] ms-users.php
[edit]
[+]
css
[-] options-head.php
[edit]
[-] link-add.php
[edit]
[-] theme-install.php
[edit]
[-] privacy.php
[edit]
[-] edit-tags.php
[edit]
[+]
network
[-] load-styles.php
[edit]
[-] erase-personal-data.php
[edit]
[+]
..
[-] ms-admin.php
[edit]
[-] user-new.php
[edit]
[-] site-health.php
[edit]
[+]
user
[-] privacy-policy-guide.php
[edit]
[-] press-this.php
[edit]
[-] users.php
[edit]
[-] freedoms.php
[edit]
[-] media-upload.php
[edit]
[+]
js
[-] revision.php
[edit]
[-] custom-background.php
[edit]
[-] options-discussion.php
[edit]
[+]
includes
[-] setup-config.php
[edit]