Changeset 38711
- Timestamp:
- 10/03/2016 06:38:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/wp-lists.js
r38599 r38711 790 790 var $list = this; 791 791 792 $list.wpList.process = function( ) {793 $list.each( function( index, element) {792 $list.wpList.process = function( element ) { 793 $list.each( function() { 794 794 this.wpList.process( element ); 795 795 } );
Note: See TracChangeset
for help on using the changeset viewer.