Changeset 1769756
- Timestamp:
- 11/17/2017 08:46:45 PM (8 years ago)
- Location:
- tea-page-content/trunk
- Files:
-
- 6 edited
-
config.php (modified) (1 diff)
-
readme.ru_RU.txt (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
tea-page-content.php (modified) (1 diff)
-
templates/client/layouts/bootstrap-3.php (modified) (1 diff)
-
templates/client/layouts/bootstrap-4.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tea-page-content/trunk/config.php
r1643034 r1769756 158 158 ), 159 159 'versions' => array( 160 'plugin' => '1.3. 0',160 'plugin' => '1.3.1', 161 161 'scripts' => '1.2.3', 162 162 'styles' => '1.2.3', -
tea-page-content/trunk/readme.ru_RU.txt
r1643034 r1769756 3 3 Tags: plugin, widget, shortcode, posts, post, pages, page, content, template, templates 4 4 Requires at least: 4.0, PHP 5.6 5 Tested up to: 4. 76 Stable tag: 1.3. 05 Tested up to: 4.9 6 Stable tag: 1.3.1 7 7 Author URI: https://github.com/Tsjuder 8 8 Plugin URI: http://tsjuder.github.io/tea-page-content/ -
tea-page-content/trunk/readme.txt
r1643034 r1769756 3 3 Tags: plugin, widget, shortcode, posts, post, pages, page, content, template, templates 4 4 Requires at least: WP 4.0, PHP 5.6 5 Tested up to: 4. 76 Stable tag: 1.3. 05 Tested up to: 4.9 6 Stable tag: 1.3.1 7 7 Author URI: https://github.com/Tsjuder 8 8 Plugin URI: http://tsjuder.github.io/tea-page-content/ -
tea-page-content/trunk/tea-page-content.php
r1643034 r1769756 4 4 Plugin URI: http://tsjuder.github.io/tea-page-content 5 5 Description: This plugin allows create blocks with content of any post, and customize look of blocks via templates. Widget, shortcode, all post types is supported. 6 Version: 1.3. 06 Version: 1.3.1 7 7 Text Domain: tea-page-content 8 8 Domain Path: /languages/ -
tea-page-content/trunk/templates/client/layouts/bootstrap-3.php
r1643034 r1769756 27 27 ); 28 28 29 $itemsPerRowBase = $template_variables['items-per-row-based-on'];29 $itemsPerRowBase = isset($template_variables['items-per-row-based-on']) ? $template_variables['items-per-row-based-on'] : 'column-count-large'; 30 30 $itemsPerRow = $template_variables[$itemsPerRowBase]; 31 31 $itemsCount = count($entries); -
tea-page-content/trunk/templates/client/layouts/bootstrap-4.php
r1643034 r1769756 29 29 ); 30 30 31 $itemsPerRowBase = $template_variables['items-per-row-based-on'];31 $itemsPerRowBase = isset($template_variables['items-per-row-based-on']) ? $template_variables['items-per-row-based-on'] : 'column-count-large'; 32 32 $itemsPerRow = $template_variables[$itemsPerRowBase]; 33 33 $itemsCount = count($entries);
Note: See TracChangeset
for help on using the changeset viewer.