Changeset 2777
- Timestamp:
- 01/08/2011 12:15:13 AM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-admin.php
r2770 r2777 611 611 } 612 612 613 <?php if ( $post->post_type == $bbp->forum_id ) : ?>613 <?php if ( isset( $post ) && $post->post_type == $bbp->forum_id ) : ?> 614 614 615 615 #misc-publishing-actions, #save-post { display: none; }
Note: See TracChangeset
for help on using the changeset viewer.