Skip to content

Commit

Permalink
revert changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Dec 18, 2023
1 parent e21277b commit 23874eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
<properties>
<!-- Value: replace the function, class, and variable prefixes used. Separate multiple prefixes with a comma. -->
<property name="prefixes" type="array" value="rossums-universal-robots"/>
<property name="prefixes" type="array" value="rur"/>
</properties>
</rule>
<rule ref="WordPress.WP.I18n">
Expand Down
9 changes: 9 additions & 0 deletions rossums-universal-robots.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@
*/

// Your code starts here.
/**
* Returns an int. It's a feature.
*
* @return int An integer.
* @since 0.1.1-dev
*/
function rur_counter() {
return 0;
}

0 comments on commit 23874eb

Please sign in to comment.