Changeset 43924
- Timestamp:
- 11/21/2018 07:38:51 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/blocks.php
r43888 r43924 284 284 * 285 285 * @param string $content Content to test. 286 * @return int The block format version .286 * @return int The block format version is 1 if the content contains one or more blocks, 0 otherwise. 287 287 */ 288 288 function block_version( $content ) {
Note: See TracChangeset
for help on using the changeset viewer.