Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 committed Dec 10, 2024
1 parent b8b2b31 commit 2e8ea0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admin/class-bmltenabled-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function admin_menu_link()
$cap = 'manage_bread';
}
$slugs = apply_filters('BmltEnabled_Slugs', []);
$icon = apply_filters("BmltEnabled_IconSVG", 'dashicons-locations-alt');
$icon = apply_filters("BmltEnabled_IconSVG", 'dashicons-location-alt');
$slug = $slugs[0];
add_menu_page(
'Meeting List',
Expand Down
2 changes: 1 addition & 1 deletion admin/class-bread-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function enqueue_scripts($hook)
wp_enqueue_script("chosen", plugin_dir_url(__FILE__) . "js/chosen.jquery.min.js", array('jquery'), "1.2", true);
wp_enqueue_script("fetch-jsonp", plugin_dir_url(__FILE__) . "js/fetch-jsonp.js", array('jquery'), "1.30", true);
wp_enqueue_script("smartWizard", plugin_dir_url(__FILE__) . "js/jquery.smartWizard.js", array('jquery'), "6.0.6", true);
wp_enqueue_script("breadWizard", plugin_dir_url(__FILE__) . "js/bread-Wizard.js", array('smartWizard'), "2.8.0", true);
wp_enqueue_script("breadWizard", plugin_dir_url(__FILE__) . "js/bread-wizard.js", array('smartWizard'), "2.8.0", true);
/**
* Make some JSON from PHP available in JS.
*/
Expand Down
2 changes: 1 addition & 1 deletion bmlt-meeting-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Bread
* Plugin URI: https://bmlt.app
* Description: Maintains and generates PDF Meeting Lists from BMLT.
* Version: 2.8.0
* Version: 2.8.1
* Author: bmlt-enabled
* Author URI: https://bmlt.app/
* License: GPL-2.0+
Expand Down
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: meeting list, bmlt, narcotics anonymous, na
Requires PHP: 8.1
Requires at least: 6.2
Tested up to: 6.7.1
Stable tag: 2.8.0
Stable tag: 2.8.1

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 2e8ea0f

Please sign in to comment.