Make WordPress Core

Changeset 40025


Ignore:
Timestamp:
01/28/2017 05:00:39 PM (8 years ago)
Author:
swissspidy
Message:

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

Props sagarprajapati.
Fixes #39655.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/updates.js

    r39689 r40025  
    320320        } else {
    321321            $( '.subsubsub .upgrade' ).remove();
     322            $( '.subsubsub li:last' ).html( function() { return $( this ).children(); } );
    322323        }
    323324    };
Note: See TracChangeset for help on using the changeset viewer.