[guadec-web] removed track, so it won't be confused with rooms



commit 72577205dd7a98d515419144e7c321f5e370346b
Author: Fabiana Simões <fabianapsimoes gmail com>
Date:   Wed Jul 3 20:03:45 2013 +0200

    removed track, so it won't be confused with rooms

 .../lib/sessions/class-wcb-session-template.php    |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/wordcamp-base/lib/sessions/class-wcb-session-template.php 
b/wordcamp-base/lib/sessions/class-wcb-session-template.php
index e260fab..50e319b 100644
--- a/wordcamp-base/lib/sessions/class-wcb-session-template.php
+++ b/wordcamp-base/lib/sessions/class-wcb-session-template.php
@@ -93,8 +93,6 @@ function wcb_get_session_track() {
 
 function wcb_session_entry_meta( $meta ) {
        if ( get_post_type() == WCB_SESSION_POST_TYPE ) {
-               $track  = wcb_get_session_track();
-
                $meta['speakers']   = sprintf( __('Presented by %s', 'wordcampbase'), 
wcb_get_session_speakers() );
 
                $meta['order']  = array('speakers', 'edit');


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]