Nilambar Sharma

Results 53 issues of Nilambar Sharma

Here are few issues I found reviewing based on Theme Review guideline. * PHP compatibility - Features from PHP 5.3 are used. Until WP core bumps the minimum PHP version,...

Follow up of https://github.com/WPTRT/WPThemeReview/issues/212 (Check if page templates are using reserved prefix) This check generates error for file in subfolder also, like `template-parts/page-header.php`. When such file is within the subfolder...

function name -> recommended usage * `site_url()` -> `home_url()` * `get_home_url()` -> `home_url()` * `paginate_links()` -> `the_posts_pagination()` * `single_cat_title()` -> `the_archive_title()` * `single_tag_title()` -> `the_archive_title()` * `category_description()` -> `the_archive_description()` *...

enhancement
help wanted

Related to https://github.com/WPTRT/theme-sniffer/issues/115 * Readme could be `readme.txt` or `README.txt` or `readme.md`. (Case insensitive and valid extensions are `txt` and `md`) * Screenshot could be `screenshot.jpg` or `screenshot.png`

Type: Enhancement
Status: Future Release
Status: Possible Bug

From https://github.com/ernilambar/ns-theme-check/pull/25#issuecomment-280941805 I was also playing around with a bit of a new design. This is what I had. I also changed the wording of the Errors and Warnings as...

Type: Enhancement
Status: Second Opinion

## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...

## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...

Adds signup command and subcommands - signup list - signup activate - signup get - signup delete Command details: https://github.com/ernilambar/entity-command/tree/feat-signup#wp-signup Related: https://github.com/wp-cli/wp-cli/issues/1911

* Examples for set-autoload and get-autoload subcommands are added

Fixes https://github.com/wp-cli/entity-command/issues/474

command:user-application-password-list