Skip to:
Content

bbPress.org

Changeset 2777


Ignore:
Timestamp:
01/08/2011 12:15:13 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Remove admin notice. Fixes #1440.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-admin.php

    r2770 r2777  
    611611            }
    612612
    613 <?php if ( $post->post_type == $bbp->forum_id ) : ?>
     613<?php if ( isset( $post ) && $post->post_type == $bbp->forum_id ) : ?>
    614614
    615615            #misc-publishing-actions, #save-post { display: none; }
Note: See TracChangeset for help on using the changeset viewer.