Skip to content

Commit

Permalink
Changed file name from 'class-' to 'abstract-' (#12159)
Browse files Browse the repository at this point in the history
* Changed file name from 'class' to 'abstract'

* Changed file name from 'class' to 'abstract'

* Changed file name from 'class-' to 'abstract-'
  • Loading branch information
vishalkakadiya authored and claudiosanches committed Oct 24, 2016
1 parent b6ee13b commit 06f206c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions i18n/languages/woocommerce.pot
Expand Up @@ -19083,18 +19083,18 @@ msgstr ""
msgid "The register_routes() method must be overriden"
msgstr ""

#: includes/vendor/class-wp-rest-controller.php:40
#: includes/vendor/class-wp-rest-controller.php:50
#: includes/vendor/class-wp-rest-controller.php:60
#: includes/vendor/class-wp-rest-controller.php:70
#: includes/vendor/class-wp-rest-controller.php:80
#: includes/vendor/class-wp-rest-controller.php:90
#: includes/vendor/class-wp-rest-controller.php:100
#: includes/vendor/class-wp-rest-controller.php:110
#: includes/vendor/class-wp-rest-controller.php:120
#: includes/vendor/class-wp-rest-controller.php:130
#: includes/vendor/class-wp-rest-controller.php:140
#: includes/vendor/class-wp-rest-controller.php:151
#: includes/vendor/abstract-wp-rest-controller.php:40
#: includes/vendor/abstract-wp-rest-controller.php:50
#: includes/vendor/abstract-wp-rest-controller.php:60
#: includes/vendor/abstract-wp-rest-controller.php:70
#: includes/vendor/abstract-wp-rest-controller.php:80
#: includes/vendor/abstract-wp-rest-controller.php:90
#: includes/vendor/abstract-wp-rest-controller.php:100
#: includes/vendor/abstract-wp-rest-controller.php:110
#: includes/vendor/abstract-wp-rest-controller.php:120
#: includes/vendor/abstract-wp-rest-controller.php:130
#: includes/vendor/abstract-wp-rest-controller.php:140
#: includes/vendor/abstract-wp-rest-controller.php:151
msgid "Method '%s' not implemented. Must be over-ridden in subclass."
msgstr ""

Expand Down Expand Up @@ -21699,4 +21699,4 @@ msgstr ""
#: templates/product-searchform.php:27
msgctxt "submit button"
msgid "Search"
msgstr ""
msgstr ""
2 changes: 1 addition & 1 deletion includes/class-wc-api.php
Expand Up @@ -135,7 +135,7 @@ private function rest_api_includes() {
// WP-API classes and functions.
include_once( dirname( __FILE__ ) . '/vendor/wp-rest-functions.php' );
if ( ! class_exists( 'WP_REST_Controller' ) ) {
include_once( dirname( __FILE__ ) . '/vendor/class-wp-rest-controller.php' );
include_once( dirname( __FILE__ ) . '/vendor/abstract-wp-rest-controller.php' );
}

// Abstract controllers.
Expand Down

0 comments on commit 06f206c

Please sign in to comment.