Skip to content

feat - show excerpts if the settings enabled. - #78

Open
nishitlangaliya wants to merge 2 commits into
masterfrom
issue/235-excerpt
Open

nishitlangaliya wants to merge 2 commits into
masterfrom
issue/235-excerpt

Conversation

@nishitlangaliya

Copy link
Copy Markdown
Contributor

Description

This PR will fix stellarwp-sunset/google-maps-builder#235

How Has This Been Tested?

Manually Tested

Types of changes

New feature (non-breaking change which adds functionality)

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • My code follows has proper inline documentation.

@DevinWalker DevinWalker left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Change text

Comment thread includes/misc-functions.php Outdated
return sprintf( '<label class="inline_label">%1$s</label><span class="hint--top hint--top-multiline" aria-label="%2$s"><span
class="dashicons gmb-tooltip-icon"></span></span>',
esc_html__( 'Show Excerpts', 'google-maps-builder' ),
esc_html__( "Would you like to display excerpts of post content instead of full content ?", 'google-maps-builder' )

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

  1. Use single quotes.
  2. Update text to:

Would you like to display the post excerpt instead of the post content?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@DevinWalker sure I am doing the changes and will let you know soon.

@DevinWalker

Copy link
Copy Markdown

Please fix content and resolve conflict

@nishitlangaliya

Copy link
Copy Markdown
Contributor Author

@DevinWalker , I have fixed the conflict and done the changes as per suggestion.

…Core into issue/235-excerpt

# Conflicts:
#	includes/misc-functions.php
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.

feat - Add option to show excerpts in map settings

2 participants