Changeset 48130
- Timestamp:
- 06/23/2020 12:13:29 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r48121 r48130 2180 2180 $default_categories = array( 2181 2181 array( 2182 'slug' => ' text',2183 'title' => _ x( 'Text', 'block category' ),2182 'slug' => 'common', 2183 'title' => __( 'Common Blocks' ), 2184 2184 'icon' => null, 2185 2185 ), 2186 2186 array( 2187 'slug' => ' media',2188 'title' => _ x( 'Media', 'block category' ),2187 'slug' => 'formatting', 2188 'title' => __( 'Formatting' ), 2189 2189 'icon' => null, 2190 2190 ), 2191 2191 array( 2192 'slug' => ' design',2193 'title' => _ x( 'Design', 'block category' ),2192 'slug' => 'layout', 2193 'title' => __( 'Layout Elements' ), 2194 2194 'icon' => null, 2195 2195 ), 2196 2196 array( 2197 2197 'slug' => 'widgets', 2198 'title' => _ x( 'Widgets', 'block category' ),2198 'title' => __( 'Widgets' ), 2199 2199 'icon' => null, 2200 2200 ), 2201 2201 array( 2202 2202 'slug' => 'embed', 2203 'title' => _ x( 'Embeds', 'block category' ),2203 'title' => __( 'Embeds' ), 2204 2204 'icon' => null, 2205 2205 ), 2206 2206 array( 2207 2207 'slug' => 'reusable', 2208 'title' => _ x( 'Reusable Blocks', 'block category' ),2208 'title' => __( 'Reusable Blocks' ), 2209 2209 'icon' => null, 2210 2210 ),
Note: See TracChangeset
for help on using the changeset viewer.