Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redesign-custom-setting-page #510

Closed
wants to merge 4 commits into from
Closed

Conversation

sujitxtendify
Copy link
Contributor

@rosinghal
Copy link
Member

Is #506 not needed?

@sujitxtendify
Copy link
Contributor Author

sujitxtendify commented Oct 19, 2023 via email

@rosinghal
Copy link
Member

rosinghal commented Oct 19, 2023 via email

@sujitxtendify sujitxtendify self-assigned this Oct 19, 2023
@@ -249,7 +249,7 @@ public function html()
<Span><?php _e('Please Rate Us !', 'google-calendar-events'); ?></Span>
</div>
<div class="simcal-mt-[5px] simcal-text-center simcal-font-normal simcal-text-base simcal-text-gray-500">
<Span><?php _e('If you like Simple Calendar please Rate Us', 'google-calendar-events'); ?> </Span>
<Span> <?php _e('If you like Simple Calendar please Rate Us', 'google-calendar-events'); ?> </Span>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sujitxtendify Please make sure you dont push unnecessary changes.

$actions['duplicate_feed'] =
'<a href="' .
esc_url(add_query_arg(['duplicate_feed' => $post->ID, 'nonce_feed_actions' => $nonce_feed_actions])) .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sujitxtendify Please take a pull and push changes. you replace changes done in a recent release.

'">' .
__('Clone', 'google-calendar-events') .
'</a>';
$actions['clear_cache'] =
'<a href="' .
esc_url(add_query_arg(['clear_cache' => $post->ID, 'nonce_feed_actions' => $nonce_feed_actions])) .
esc_url(add_query_arg(['clear_cache' => $post->ID])) .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here also revert the recent release changes done.

@@ -167,7 +165,7 @@ public function row_actions($actions, $post)
public function bulk_actions()
{
// Check user has permission to edit
if ((!empty($_POST) && !wp_verify_nonce($_POST['_wpnonce'], '_wpnonce')) || !current_user_can('edit_posts')) {
if (!current_user_can('edit_posts')) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here also revert the recent release changes done.

@@ -235,7 +233,7 @@ public function edit_table_hooks()
*/
private function duplicate_feed($post_id)
{
if (!wp_verify_nonce($_REQUEST['nonce_feed_actions'], 'nonce_feed_actions') || !current_user_can('edit_posts')) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here also revert the recent release changes done.

@sujitxtendify sujitxtendify deleted the redesign-custom-setting-page branch October 20, 2023 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants