PATH:
home
/
bkunreyz
/
icnavancouver.ca
/
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.' ) ); } // Used in the HTML title tag. $title = __( 'Add Link' ); $parent_file = 'link-manager.php'; $action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : ''; $cat_id = ! empty( $_REQUEST['cat_id'] ) ? absint( $_REQUEST['cat_id'] ) : 0; $link_id = ! empty( $_REQUEST['link_id'] ) ? absint( $_REQUEST['link_id'] ) : 0; 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';
[-] options-writing.php
[edit]
[-] edit-tag-form.php
[edit]
[+]
maint
[-] ms-sites.php
[edit]
[-] post-new.php
[edit]
[-] credits.php
[edit]
[-] ms-options.php
[edit]
[-] link-manager.php
[edit]
[-] moderation.php
[edit]
[+]
images
[-] ms-users.php
[edit]
[+]
css
[-] post.php
[edit]
[-] options-head.php
[edit]
[-] link-add.php
[edit]
[-] edit-tags.php
[edit]
[-] about.php
[edit]
[-] upgrade-functions.php
[edit]
[+]
network
[-] index.php
[edit]
[-] profile.php
[edit]
[-] erase-personal-data.php
[edit]
[+]
..
[-] user-new.php
[edit]
[-] link.php
[edit]
[-] options-media.php
[edit]
[-] themes.php
[edit]
[+]
user
[-] my-sites.php
[edit]
[-] admin-post.php
[edit]
[-] press-this.php
[edit]
[-] term.php
[edit]
[-] .htaccess
[edit]
[-] options-general.php
[edit]
[-] ms-upgrade-network.php
[edit]
[-] export-personal-data.php
[edit]
[-] media-upload.php
[edit]
[-] edit-form-blocks.php
[edit]
[-] options-reading.php
[edit]
[+]
js
[+]
includes