Changeset 7558 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php
- Timestamp:
- 07/31/2018 06:05:08 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php
r7556 r7558 43 43 return Promise.resolve( options.data ); // This works in enough cases to be the default return value. 44 44 } 45 options.path = options.path.replace( "per_page=-1", "per_page=10" ); 45 46 46 47 return next( options );
Note: See TracChangeset
for help on using the changeset viewer.