Make WordPress Core

Changeset 28777


Ignore:
Timestamp:
06/19/2014 01:35:28 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Fix copy/paste error in a comment.

see #28581.

File:
1 edited

Legend:

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

    r28147 r28777  
    503503            }
    504504
    505             // Get previous theme model.
     505            // Get next theme model.
    506506            self.current = self.model.collection.at( self.model.collection.indexOf( current ) + 1 );
    507507
Note: See TracChangeset for help on using the changeset viewer.