Skip to content

Commit

Permalink
Add filter for menu position | Solution to #99
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Bardo committed Apr 28, 2014
1 parent 5b706f6 commit 17b5fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin.php
Expand Up @@ -123,7 +123,7 @@ public static function register_menu() {
self::RECORDS_PAGE_SLUG,
array( __CLASS__, 'stream_page' ),
'div',
'2.999999' // Using longtail decimal string to reduce the chance of position conflicts, see Codex
apply_filters( 'wp_stream_menu_position', '2.999999' ) // Using longtail decimal string to reduce the chance of position conflicts, see Codex
);

self::$screen_id['settings'] = add_submenu_page(
Expand Down

0 comments on commit 17b5fa1

Please sign in to comment.