mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Plugins: Remove trailing pipe symbol in sub navigation after updating the last plugin.
Props sagarprajapati. Fixes #39655. git-svn-id: https://develop.svn.wordpress.org/trunk@40025 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -319,6 +319,7 @@
|
||||
$( '.subsubsub .upgrade .count' ).text( '(' + itemCount + ')' );
|
||||
} else {
|
||||
$( '.subsubsub .upgrade' ).remove();
|
||||
$( '.subsubsub li:last' ).html( function() { return $( this ).children(); } );
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user