Plugin Directory

Changeset 1830915


Ignore:
Timestamp:
02/28/2018 04:51:57 PM (8 years ago)
Author:
fuchsedv
Message:

Bugfix: Ausgabe des Players

Location:
360-player
Files:
374 added
3 edited

Legend:

Unmodified
Added
Removed
  • 360-player/trunk/Thrixty Player.php

    r1759558 r1830915  
    44    * @package Thrixty
    55    * @author Finn Reißmann
    6     * @version 3.2
     6    * @version 3.3
    77    */
    88
     
    1212    * Plugin URI: http://www.360shots.de/
    1313    * Description: Mit diesem Plugin können sie Thrixty Player Instanzen in ihre Seite einbinden
    14     * Version: 3.2
     14    * Version: 3.3
    1515    * Author: 360 Shots
    1616    * Author URI: http://www.fuchsedv.de/360shots-player/
  • 360-player/trunk/controllers/controllers.frontend.php

    r1759558 r1830915  
    203203            $this->get_view()->assign_all(false);
    204204
    205             echo $this->get_view()->print();
     205            return $this->get_view()->print();
    206206        }
    207207
    208         public function shortcode_handler_players ( $attributes ){ $this->run( $attributes, "player" ); }
    209         public function shortcode_handler_layouts ( $attributes ){ $this->run( $attributes, "layout" ); }
     208        public function shortcode_handler_players ( $attributes ){ return $this->run( $attributes, "player" ); }
     209        public function shortcode_handler_layouts ( $attributes ){ return $this->run( $attributes, "layout" ); }
    210210
    211211    }
  • 360-player/trunk/readme.txt

    r1759558 r1830915  
    22Contributors: fuchsedv
    33Tags: 360, 360 degrees, 360 Grad, 360 Shots, 360 Player, Thrixty, Worktable, Fuchs EDV
    4 Stable tag: 3.2
     4Stable tag: 3.3
    55License: GNU GENERAL PUBLIC LICENSE
    66License URI: https://www.gnu.org/licenses/gpl-3.0.de.html
Note: See TracChangeset for help on using the changeset viewer.