Skip to content

Commit f72eb48

Browse files
committed
tweaks
1 parent 4a65f03 commit f72eb48

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

helpers/class-array-helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Array_Helper {
1616
/**
17-
* Find associative array's index by it's key's value.
17+
* Find associative array's index by its key's value.
1818
*
1919
* We don't use the array_search combined with array_column method
2020
* because it doesn't work in udb admin menu module.

modules/admin-bar/class-admin-bar-module.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ public function parse_menu( $saved_menu, $existing_menu, $target = 'builder' ) {
413413
}
414414

415415
/**
416-
* The "menu-toggle" has been removed from admin bar buider.
417-
* Now after parsing it, it's position is not at the beginning of the array.
416+
* The "menu-toggle" has been removed from the admin bar buider.
417+
* Now after parsing it, its position is not at the beginning of the array.
418418
* Let's bring it back to the correct position (as first item of the array).
419419
*/
420420
if ( isset( $saved_menu['menu-toggle'] ) ) {

modules/admin-page/class-admin-page-output.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function setup_menu() {
9898
}
9999
}
100100

101-
// Pro version hooks it's setup_menu into this hook.
101+
// Pro version hooks its setup_menu here.
102102
do_action( 'udb_admin_page_setup_menu', $this );
103103

104104
}
@@ -178,7 +178,7 @@ public function prepare_menu( $posts, $from_multisite = false ) {
178178
}
179179

180180
/**
181-
* Register menu / submenu page based on it's post.
181+
* Register menu / submenu page based on its post.
182182
*
183183
* @param WP_Post $post The admin page post object.
184184
* @param bool $from_multisite Whether or not the function is called by multisite function.

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ For multisite support & more check out [Ultimate Dashboard PRO](https://ultimate
203203
* Minor Tweaks & Improvements
204204
= 2.0 | 11-14-2017 =
205205
* Rewritten the plugin from ground up
206-
* Ultimate Dashboard now has it's own, top-level menu in the WordPress Dashboard
206+
* Ultimate Dashboard now has its own, top-level menu in the WordPress Dashboard
207207
* Tweak: metabox styling
208208
* Tweak: embedded font-awesome instead of loading it from an external source
209209
* Tweak: removed roboto as default font

0 commit comments

Comments
 (0)