10 | | 2. For blocks, `get_post_galleries( ..., false );` should include block attributes in the returned array, in much the same way that it does for shortcodes (see `test_mixed_post_galleries` for details). I've made sure the `ids` in the return array is a string, same as for shortcodes. However it's likely that other values in the json blob won't quite match what would be returned from a shortcode, so code that relies on `get_post_galleries( ..., false )` might be surprised by the results. **What's that going to break?** |
| 10 | 2. For blocks, `get_post_galleries( ..., false );` will now include block attributes in the returned array, in much the same way that it does for shortcodes (see `test_mixed_post_galleries` for details). I've made sure the `ids` in the return array is a string, same as for shortcodes. However it's likely that other values in the json blob won't quite match what would be returned from a shortcode, so code that relies on `get_post_galleries( ..., false )` might be surprised by the results. **What's that going to break?** |