Make WordPress Core


Ignore:
Timestamp:
11/02/2008 11:52:49 PM (17 years ago)
Author:
ryan
Message:

Warning fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-link-categories.php

    r9363 r9481  
    182182
    183183<?php if ( current_user_can('manage_categories') ) {
    184     do_action('add_link_category_form_pre', $category); ?>
     184    $category = (object) array(); $category->parent = 0; do_action('add_link_category_form_pre', $category); ?>
    185185
    186186<div class="form-wrap">
Note: See TracChangeset for help on using the changeset viewer.