Changeset 1783186
- Timestamp:
- 12/08/2017 11:06:34 AM (8 years ago)
- Location:
- widget-pagination/trunk
- Files:
-
- 2 edited
-
includes/class-widget-pagination-utils.php (modified) (4 diffs)
-
widget-pagination.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
widget-pagination/trunk/includes/class-widget-pagination-utils.php
r1783169 r1783186 6 6 * 7 7 * @link https://wordpress.org/support/profile/jasie 8 * @since 1. 1.08 * @since 1.0.0 9 9 * 10 10 * @package Widget_Pagination … … 16 16 * A collection of variables and functions. 17 17 * 18 * @since 1. 1.018 * @since 1.0.0 19 19 * @package Widget_Pagination_Utils 20 20 * @subpackage Widget_Pagination/includes … … 58 58 * The pagination bar styles. 59 59 * 60 * @since 1. 1.060 * @since 1.0.0 61 61 * @access protected 62 62 * @var array $styles Styles for appearance of pagination bar. … … 72 72 * 73 73 * @return boolean true if valid, else false 74 * @since 1.1 74 * @since 1.1.0 75 75 */ 76 76 protected function is_valid($type, $value) { -
widget-pagination/trunk/widget-pagination.php
r1776714 r1783186 31 31 } 32 32 33 define("WGPAG_VERSION", "1. 0.0");33 define("WGPAG_VERSION", "1.1"); 34 34 35 35 if (!defined('WGPAG_NAME')) {
Note: See TracChangeset
for help on using the changeset viewer.