Skip to content

Commit 2b91bfc

Browse files
committed
Updated various URLs
1 parent d173f85 commit 2b91bfc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/code/class-i-order-terms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public function admin_init()
300300

301301
// restrict plugin usage based on WordPress version
302302
if ( !function_exists( 'is_multisite' ) || version_compare( $wp_version, self::WP_MIN_VERSION, '<' ) ) {
303-
$this->notices[] = '<div id="i-order-terms-warning" class="updated"><p>' .sprintf( __( '%s plugin requires WordPress %s or higher. Please <a href="http://codex.wordpress.org/Upgrading_WordPress" target="_blank">upgrade WordPress</a> to a current version.', 'i-order-terms' ), self::PLUGIN_NAME, self::WP_MIN_VERSION ). '</p></div>';
303+
$this->notices[] = '<div id="i-order-terms-warning" class="updated"><p>' .sprintf( __( '%s plugin requires WordPress %s or higher. Please <a href="https://codex.wordpress.org/Updating_WordPress" target="_blank">upgrade WordPress</a> to a current version.', 'i-order-terms' ), self::PLUGIN_NAME, self::WP_MIN_VERSION ). '</p></div>';
304304
}
305305

306306
// register settings

src/i-order-terms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Plugin Name: I Order Terms
4-
* Plugin URI: http://wordpress.org/plugins/i-order-terms/
4+
* Plugin URI: https://wordpress.org/plugins/i-order-terms/
55
* Description: Allows theme developers to add order/sort functionality for categories, tags and terms.
66
* Version: 1.4.0
77
* Author: Igor Jerosimic

src/js/admin-i-order-terms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @author Igor Jerosimic
66
*/
77

8-
// inspired by Simple Page Ordering plugin ( http://wordpress.org/extend/plugins/simple-page-ordering/ )
8+
// inspired by Simple Page Ordering plugin ( https://wordpress.org/plugins/simple-page-ordering/ )
99
jQuery(document).ready(function($) {
1010
"use strict";
1111

0 commit comments

Comments
 (0)