Skip to content

Commit

Permalink
Set Update URI field
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekdlugosz committed Dec 11, 2022
1 parent 5f970e1 commit e39c5fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
</rule>

<!-- Use WordPress "Docs" Coding Standards. -->
<rule ref="WordPress-Docs" />
<rule ref="WordPress-Docs">
<exclude name="Squiz.Commenting.FileComment.Missing" />
</rule>

<!-- The minimum supported WordPress version. This should match what's listed in style.css. -->
<rule ref="WordPress.WP.DeprecatedFunctions">
Expand Down
4 changes: 1 addition & 3 deletions ast-template-view.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
* Author: Mirek Długosz
* Author URI: https://mirekdlugosz.com/
* Text Domain: associationforsoftwaretesting
* Update URI: false
* Update URI: https://github.com/mirekdlugosz/ast-template-view/
*
* @package AssociationForSoftwareTesting\TemplateView
*/

// FIXME: Update URI.

const PAGE_TEMPLATE_META_KEY = 'ast_page_is_template';
const VIEWS_QUERY_VAR = 'ast_custom_filter';

Expand Down

0 comments on commit e39c5fd

Please sign in to comment.