PluginProbe
Meow Gallery / 5.5.5
Meow Gallery v5.5.5
5.5.5 5.5.4 5.5.3 5.5.2 5.5.1 5.5.0 5.4.9 5.4.8 5.4.7 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.0 All 157 releases
meow-gallery / classes / builders / collection_bento.php

collection_bento.php in Meow Gallery 5.5.5, at classes/builders/collection_bento.php

11 lines 250 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 class Meow_MGL_Builders_Collection_Bento extends Meow_MGL_Builders_Core {
4
5 public function __construct( $atts, $isPreview = false ) {
6 parent::__construct( $atts, $isPreview );
7 $this->layout = 'bento';
8 }
9
10 function inline_css() {}
11 }