Changeset 50647
- Timestamp:
- 04/02/2021 04:06:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-blocks.php
r50620 r50647 302 302 * 303 303 * @since 5.0.0 304 * 305 * @param string $text Placeholder text. Default 'Start writing or type / to choose a block'. 304 * @since 5.8.0 Changed the default placeholder text. 305 * 306 * @param string $text Placeholder text. Default 'Type / to choose a block'. 306 307 * @param WP_Post $post Post object. 307 308 */ 308 $body_placeholder = apply_filters( 'write_your_story', __( ' Start writing or type / to choose a block' ), $post );309 $body_placeholder = apply_filters( 'write_your_story', __( 'Type / to choose a block' ), $post ); 309 310 310 311 $editor_settings = array(
Note: See TracChangeset
for help on using the changeset viewer.