Changeset 44270 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 12/17/2018 06:06:42 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43923-43924
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/blocks.php
r44261 r44270 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.