diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a4be5a0c395..689ae2a2296 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ __Please Note:__ GitHub is for _bug reports and contributions only_ - if you have a support question or a request for a customization this is not the right place to post it. Use [WooThemes Support](http://support.woothemes.com) for customer support, [WordPress.org](http://wordpress.org/support/plugin/woocommerce) for community support, and for customizations we recommend one of the following services: -- [Woo Experts](http://www.woothemes.com/experts/) +- [WooExperts](http://www.woothemes.com/experts/) - [Codeable](https://codeable.io/) ## Contributing To The Core diff --git a/apigen.neon b/apigen.neon index 7f2937c2f43..aec9743d1bc 100644 --- a/apigen.neon +++ b/apigen.neon @@ -26,7 +26,7 @@ charset: [UTF-8] main: WC # title of generated documentation -title: WooCommerce +title: WooCommerce 2.5.x Code Reference # base url used for sitemap (useful for public doc) baseUrl: http://docs.woothemes.com/wc-apidocs/ @@ -50,4 +50,4 @@ deprecated: true todo: true # add link to ZIP archive of documentation -download: false \ No newline at end of file +download: false diff --git a/apigen/hook-docs.php b/apigen/hook-docs.php index 3beed33bfd5..5da84ac48e1 100644 --- a/apigen/hook-docs.php +++ b/apigen/hook-docs.php @@ -84,7 +84,6 @@ class WC_HookFinder { echo '
'; echo '

Action and Filter Hook Reference

'; - echo '

The following is a full list of actions and filters found in WooCommerce core.

'; foreach ( self::$files_to_scan as $heading => $files ) { self::$custom_hooks_found = array(); @@ -151,9 +150,9 @@ class WC_HookFinder { ksort( self::$custom_hooks_found ); if ( ! empty( self::$custom_hooks_found ) ) { - echo '

' . $heading . '

'; + echo '

' . $heading . '

'; - echo ''; + echo '
HookTypeFile(s)
'; foreach ( self::$custom_hooks_found as $hook => $details ) { echo ' @@ -163,16 +162,17 @@ class WC_HookFinder { ' . "\n"; } - echo '
HookTypeFile(s)
'; + echo '
'; } } echo '