Skip to content

Commit d4081c2

Browse files
author
Antti Kuosmanen
committed
Add Travis badge to readme
1 parent 5e6d391 commit d4081c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# WP Libre Form
2-
[![Latest Stable Version](https://poser.pugx.org/anttiviljami/wp-libre-form/v/stable)](https://packagist.org/packages/anttiviljami/wp-libre-form) [![Total Downloads](https://poser.pugx.org/anttiviljami/wp-libre-form/downloads)](https://packagist.org/packages/anttiviljami/wp-libre-form) [![Latest Unstable Version](https://poser.pugx.org/anttiviljami/wp-libre-form/v/unstable)](https://packagist.org/packages/anttiviljami/wp-libre-form) [![License](https://poser.pugx.org/anttiviljami/wp-libre-form/license)](https://packagist.org/packages/anttiviljami/wp-libre-form)
2+
[![Build Status](https://travis-ci.org/anttiviljami/wp-libre-form.svg?branch=master)](https://travis-ci.org/anttiviljami/wp-libre-form) [![Latest Stable Version](https://poser.pugx.org/anttiviljami/wp-libre-form/v/stable)](https://packagist.org/packages/anttiviljami/wp-libre-form) [![Total Downloads](https://poser.pugx.org/anttiviljami/wp-libre-form/downloads)](https://packagist.org/packages/anttiviljami/wp-libre-form) [![Latest Unstable Version](https://poser.pugx.org/anttiviljami/wp-libre-form/v/unstable)](https://packagist.org/packages/anttiviljami/wp-libre-form) [![License](https://poser.pugx.org/anttiviljami/wp-libre-form/license)](https://packagist.org/packages/anttiviljami/wp-libre-form)
33

44
Use standard HTML5 markup to create fully functional forms for WordPress
55

@@ -87,7 +87,7 @@ If you use shortcodes outside the content, ex. custom fields or by `do_shortcode
8787

8888
```php
8989
wp_enqueue_script('wplf-form-js');
90-
wp_localize_script( 'wplf-form-js', 'ajax_object', array(
90+
wp_localize_script( 'wplf-form-js', 'ajax_object', array(
9191
'ajax_url' => admin_url( 'admin-ajax.php' ),
9292
'ajax_credentials' => apply_filters('wplf_frontend_script_credentials', 'same-origin')
9393
) );

0 commit comments

Comments
 (0)