Changeset 2834088
- Timestamp:
- 12/14/2022 10:22:08 PM (3 years ago)
- Location:
- bg-patriarchia-bu/trunk
- Files:
-
- 2 edited
-
bg_pbu.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bg-patriarchia-bu/trunk/bg_pbu.php
r2598289 r2834088 4 4 Plugin URI: https://bogaiskov.ru/bg_pbu/ 5 5 Description: Plugin copies liturgical guides from the Patriarchia.ru and inserts them into a page on your site. 6 Version: 2.2 6 Version: 2.2.1 7 7 Author: VBog 8 8 Author URI: https://bogaiskov.ru … … 37 37 } 38 38 39 define('BG_PBU_VERSION', '2.2 ');39 define('BG_PBU_VERSION', '2.2.1'); 40 40 41 41 // Таблица стилей для плагина … … 50 50 } 51 51 // Вставляет шорт-код [patriarchiaBU] с приоритетом 1 52 function bg_pbu_proc() { 53 $content = get_the_content(); 52 function bg_pbu_proc($content) { 54 53 if ( has_shortcode( $content, 'patriarchiaBU' ) ) { 55 54 $pattern = get_shortcode_regex( array('patriarchiaBU') ); -
bg-patriarchia-bu/trunk/readme.txt
r2598289 r2834088 4 4 Tags: orthodoxy, Christianity, worship, liturgy, православие, христианство, богослужения, литургия 5 5 Requires at least: 3.0.1 6 Tested up to: 5.8.16 Tested up to: 6.1.1 7 7 Stable tag: trunk 8 8 License: GPLv2 … … 80 80 == Changelog == 81 81 82 = 2.2.1 = 83 84 * Исправлена старая ошибка нарушающая корректную работу фильтра `the_content` 85 82 86 = 2.2 = 83 87
Note: See TracChangeset
for help on using the changeset viewer.