Plugins: Remove trailing pipe symbol in sub navigation after updating the last plugin.

Props sagarprajapati.
Fixes #39655.
Built from https://develop.svn.wordpress.org/trunk@40025


git-svn-id: http://core.svn.wordpress.org/trunk@39962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2017-01-28 17:01:46 +00:00
parent 1015c3b3a0
commit b076f7e4a8
3 changed files with 3 additions and 2 deletions

View File

@ -319,6 +319,7 @@
$( '.subsubsub .upgrade .count' ).text( '(' + itemCount + ')' );
} else {
$( '.subsubsub .upgrade' ).remove();
$( '.subsubsub li:last' ).html( function() { return $( this ).children(); } );
}
};

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40024';
$wp_version = '4.8-alpha-40025';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.