Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 910fe63

Browse files
author
eugenio
committed
Fixed Merge Pull Request Issues
1 parent 438f8f4 commit 910fe63

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Pinit: Pinterest for WordPress #
2-
**Contributors:** deshack, codeat, igenius
2+
**Contributors:** deshack, codeat, iGenius
33
**Donate link:** http://www.deshack.net/donate/
44
**Tags:** pinterest, badge, embedded pin, pin,embed pin, pinterest badge, embedded profile,embed profile, embedded board, embed board, pinterest follow, widgets, widgets pinterest, widget pinterest, sidebar, social network, shortcodes
55
**Requires at least:** 3.5
66
**Tested up to:** 4.4
7-
**Stable tag:** 2.0.0
7+
**Stable tag:** 2.1.0
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.txt
1010

admin/class-pinit-admin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Pinit.
4+
* Pinit: Pinterest for WordPress
55
*
66
* @package Pinit_Admin
77
* @author Eugenio Petullà <[email protected]>

includes/widgets/widgets.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Pinterest Profile Widget Class
3+
* Pinit: Pinterest Widget Class
44
*
55
* @since 0.1
66
*/

pinit.php

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
<?php
22

33
/**
4-
* The WordPress Plugin Boilerplate.
5-
*
6-
* A foundation off of which to build well-documented WordPress plugins that
7-
* also follow WordPress Coding Standards and PHP best practices.
4+
* Pinit: Pinterest for WordPress
85
*
96
* @package Pinit
107
* @author Eugenio Petullà <[email protected]>
@@ -23,7 +20,6 @@
2320
* License: GPL-2.0+
2421
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
2522
* Domain Path: /languages
26-
* WordPress-Plugin-Boilerplate-Powered: v1.1.7
2723
*/
2824

2925
// If this file is called directly, abort.

public/class-pinit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Pinit.
4+
* Pinit: Pinterest for WordPress
55
*
66
* @package Pinit
77
* @author Eugenio Petullà <[email protected]>

0 commit comments

Comments
 (0)