Changeset 1885302
- Timestamp:
- 06/01/2018 08:23:19 AM (8 years ago)
- Location:
- oi-yamaps/trunk
- Files:
-
- 3 edited
-
include/templates.php (modified) (2 diffs)
-
oi-yamaps.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
oi-yamaps/trunk/include/templates.php
r1885236 r1885302 55 55 } 56 56 57 function the_template_part( $slug, $name = null, $atts = [], $default = [], $query_var = '' ) {57 function the_template_part( $slug, $name = null, $atts = array(), $default = array(), $query_var = '' ) { 58 58 $atts = wp_parse_args( $atts, $default ); 59 59 … … 94 94 * @return string 95 95 */ 96 function get_template_part( $slug, $name = null, $atts = [], $default = [], $query_var = '' ) {96 function get_template_part( $slug, $name = null, $atts = array(), $default = array(), $query_var = '' ) { 97 97 98 98 ob_start(); -
oi-yamaps/trunk/oi-yamaps.php
r1885266 r1885302 5 5 Description: The plugin allows you to use Yandex.Maps on your site pages and put the placemarks on the map. Without an API key. <strong>Don't forget to reactivate the plugin!</strong> 6 6 Author: Alexei Isaenko 7 Version: 3.1. 47 Version: 3.1.5 8 8 Author URI: https://oiplug.com/members/isaenkoalexei 9 9 Text Domain: oi-yamaps -
oi-yamaps/trunk/readme.txt
r1885266 r1885302 13 13 == Description == 14 14 15 <h2>Внимание!</h2> 16 <strong>При обновлении плагина он будет деактивирован и выведется ошибка, что файл не найден - не пугайтесь, просто снова активируйте плагин, все будет работать как прежде. 17 Ошика возникает из-за того, что был переименован основной файл для соответствия правилам оформления плагинов.</strong> 18 19 <h2>Warning!</h2> 15 20 <strong>Don't forget to reactivate the plugin after update to v.3.1.4!</strong> 16 21
Note: See TracChangeset
for help on using the changeset viewer.