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