Changeset 2471180
- Timestamp:
- 02/08/2021 11:51:30 PM (5 years ago)
- Location:
- wp-bitly/trunk
- Files:
-
- 2 edited
-
includes/class-wp-bitly.php (modified) (2 diffs)
-
wp-bitly.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-bitly/trunk/includes/class-wp-bitly.php
r2469035 r2471180 7 7 * public-facing side of the site and the admin area. 8 8 * 9 * @link https:// watermelonwebworks.com9 * @link https://bitly.com 10 10 * @since 2.6.0 11 11 * … … 26 26 * @package Wp_Bitly 27 27 * @subpackage Wp_Bitly/includes 28 * @author Watermelon Web Works <projects@watermelonwebworks.com>28 * @author Bitly 29 29 */ 30 30 class Wp_Bitly { -
wp-bitly/trunk/wp-bitly.php
r2469035 r2471180 3 3 /** 4 4 * 5 * @link https:// watermelonwebworks.com5 * @link https://bitly.com/ 6 6 * @since 2.6.0 7 7 * @package Wp_Bitly … … 12 12 * Description: WP Bitly can be used to generate shortlinks for your website posts, pages, and custom post types. Extremely lightweight and easy to set up! 13 13 * Version: 2.6.0 14 * Author: Watermelon Web Works15 * Author URI: https:// watermelonwebworks.com14 * Author: Bitly 15 * Author URI: https://bitly.com/ 16 16 * License: GPL-2.0+ 17 17 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset
for help on using the changeset viewer.