Timur Kamaev

Results 8 issues of Timur Kamaev

To illustrate the problem, let me give you an example. Suppose we have an HTML element: ```html some html ``` Now lets hang two lozad call on the one element:...

One: If we parse this line: ``` post__in foo bar post__in ``` we get ``` postin foo bar postin ``` `__` replace with strong - it's error... Two: For ex....

bug

It's better to check if `$Link` is no empty here: ``` # # Link protected function inlineLink($Excerpt) { $Link = parent::inlineLink($Excerpt); $remainder = substr($Excerpt['text'], $Link['extent']); if (preg_match('/^[ ]*{('.$this->regexAttribute.'+)}/', $remainder, $matches))...

``` PHP Warning: fseek() expects parameter 1 to be resource, bool given in /home/www/wp-content/mu-plugins/pomodoro.php on line 94, referer: https://site.loc/wp/wp-admin/post.php?post=9592&action=edit ```

Привет, попробовал установить скрипт, вроде интересно иногда. Хотя не знаю буду пользоваться в итоге или нет. Проблема такая. У меня в mu плагинах есть файлы. А твоя установка предлагает закинуть...

If we have `user:` parameter specified in `wp-cli.yml`, every wp cli command is runs under the specified user. So `wp_create_nonce( 'clear-opcache' )` will create nonce code for the logged-in user....

**Describe the bug** ___ **Are you able to reproduce the bug in the demo site** No. **To Reproduce** Steps to reproduce the behavior: 1. Add this code: ``` document.addEventListener( 'DOMContentLoaded',...

``` var_dump( \morphos\Russian\GeographicalNamesInflection::getCase( 'Беларусь', 'и' ) ); var_dump( \morphos\Russian\GeographicalNamesInflection::getCase( 'Беларусь', 'р' ) ); var_dump( \morphos\Russian\GeographicalNamesInflection::getCase( 'Беларусь', 'д' ) ); var_dump( \morphos\Russian\GeographicalNamesInflection::getCase( 'Беларусь', 'в' ) ); var_dump( \morphos\Russian\GeographicalNamesInflection::getCase( 'Беларусь', 'т' )...