| @@ -150,9 +150,9 @@ | ||
| 150 | 150 | * Anything doing that also strips `wp-block-library` and visibly breaks core's |
| 151 | 151 | * own editor, so it is not a case worth defending against here. |
| 152 | 152 | * |
| 153 | 153 | * @return void |
| 154 | - * @since x.x.x | |
| 154 | + * @since 1.5.1 | |
| 155 | 155 | */ |
| 156 | 156 | public function enqueue_editor_styles() { |
| 157 | 157 | // `enqueue_block_assets` also fires on the front end, where there is no |
| 158 | 158 | // editor to style. |
| @@ -179,9 +179,9 @@ | ||
| 179 | 179 | /** |
| 180 | 180 | * Whether the current admin screen is the donation form editor. |
| 181 | 181 | * |
| 182 | 182 | * @return bool |
| 183 | - * @since x.x.x | |
| 183 | + * @since 1.5.1 | |
| 184 | 184 | */ |
| 185 | 185 | private function is_form_editor_screen() { |
| 186 | 186 | // get_current_screen() lives in an admin include, so it is missing on the |
| 187 | 187 | // front end — where enqueue_block_assets also fires. Checked here rather |
| @@ -198,9 +198,9 @@ | ||
| 198 | 198 | /** |
| 199 | 199 | * Build metadata (dependencies and version) for the editor bundle. |
| 200 | 200 | * |
| 201 | 201 | * @return array{dependencies: array<int, string>, version: string} |
| 202 | - * @since x.x.x | |
| 202 | + * @since 1.5.1 | |
| 203 | 203 | */ |
| 204 | 204 | private function get_editor_asset() { |
| 205 | 205 | $editor_asset_file = SUREDONATION_DIR . 'assets/build/editor/editor.asset.php'; |
| 206 | 206 | |