Changeset 7544 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php
- Timestamp:
- 07/31/2018 12:48:14 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php
r7537 r7544 36 36 'wp.apiFetch.use( function( options, next ) { 37 37 if ( options.method !== "GET" ) { 38 return Promise.resolve( options.data ); //not sure what this actually should be, etc.38 return Promise.resolve( options.data ); 39 39 } 40 40 … … 166 166 ), 167 167 'content' => array( 168 'block_format' => 1, 168 169 'raw' => $content['content'], 169 170 ),
Note: See TracChangeset
for help on using the changeset viewer.