| [ Index ] |
PHP Cross Reference of zeList |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Add Link Administration Panel. 4 * 5 * @package WordPress 6 * @subpackage Administration 7 */ 8 9 /** Load WordPress Administration Bootstrap */ 10 require_once('admin.php'); 11 12 $title = __('Add New Link'); 13 $parent_file = basename(ZELIST_ADMIN_URL_MANAGER); 14 15 wp_reset_vars(array('action', 'cat_id', 'linkurl', 'name', 'image', 16 'description', 'visible', 'target', 'category', 'link_id', 17 'submit', 'order_by', 'links_show_cat_id', 'rating', 'rel', 18 'notes', 'linkcheck[]')); 19 20 wp_enqueue_script('link'); 21 wp_enqueue_script('xfn'); 22 23 $link = get_default_link_to_edit(); 24 $link->link_status = 'pending'; 25 26 include (ZELIST_ADMIN_PATH.'/edit-link-form.php');
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sat May 30 23:51:06 2009 | Cross-referenced by PHPXref 0.7 |