Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
raftaar1191 committed Feb 13, 2024
1 parent dc1bb49 commit 9c95902
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: pin-comment, pin, pin-activity, buddyboss-platform-plugins, buddyboss-plat
Requires at least: 6.0
Tested up to: 6.4.3
Requires PHP: 5.6.20
Stable tag: 1.0.4
Stable tag: 1.0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
2 changes: 1 addition & 1 deletion admin/update/class-pin-comment-update.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function version_1_0_0( $acrosswp_plugin_update ) {

$results = $wpdb->get_results(
$wpdb->prepare(
"SELECT id FROM {$activity_table_name} WHERE `type` = %s ORDER BY `id` DESC LIMIT %s OFFSET %d",
"SELECT id FROM {$activity_table_name} WHERE `type` = %s ORDER BY `id` DESC LIMIT %d OFFSET %d",
'activity_comment',
$per_page,
$offset
Expand Down
2 changes: 1 addition & 1 deletion languages/pin-comment.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-02-13 16:04+0000\n"
"POT-Creation-Date: 2024-02-13 16:10+0000\n"
"Report-Msgid-Bugs-To: https://github.com/acrosswp/pin-comment/issues\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
Expand Down
2 changes: 1 addition & 1 deletion pin-comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Pin Comment for BuddyBoss Platform
* Plugin URI: https://acrosswp.com/downloads/pin-comment/
* Description: Allow Post Author and Site admin to Pin Comment inside the Activity Area of BuddyBoss Platform
* Version: 1.0.4
* Version: 1.0.5
* Author: AcrossWP
* Author URI: https://acrosswp.com
* License: GPL-2.0+
Expand Down

0 comments on commit 9c95902

Please sign in to comment.