Changeset 44177 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 12/14/2018 10:53:17 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43840
- Property svn:mergeinfo changed
-
trunk/src/wp-admin/includes/post.php
r44153 r44177 2108 2108 'slug' => 'common', 2109 2109 'title' => __( 'Common Blocks' ), 2110 'icon' => 'screenoptions', 2110 2111 ), 2111 2112 array( 2112 2113 'slug' => 'formatting', 2113 2114 'title' => __( 'Formatting' ), 2115 'icon' => null, 2114 2116 ), 2115 2117 array( 2116 2118 'slug' => 'layout', 2117 2119 'title' => __( 'Layout Elements' ), 2120 'icon' => null, 2118 2121 ), 2119 2122 array( 2120 2123 'slug' => 'widgets', 2121 2124 'title' => __( 'Widgets' ), 2125 'icon' => null, 2122 2126 ), 2123 2127 array( 2124 2128 'slug' => 'embed', 2125 2129 'title' => __( 'Embeds' ), 2130 'icon' => null, 2126 2131 ), 2127 2132 array( 2128 2133 'slug' => 'reusable', 2129 2134 'title' => __( 'Reusable Blocks' ), 2135 'icon' => null, 2130 2136 ), 2131 2137 );
Note: See TracChangeset
for help on using the changeset viewer.