Changeset 8664 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/registrations.php
- Timestamp:
- 04/24/2019 07:06:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/registrations.php
r1677 r8664 64 64 'menu_name' => __( 'Functions', 'wporg' ), 65 65 ), 66 'menu_icon' => 'dashicons-editor-code', 66 67 'public' => true, 67 68 'rewrite' => array( … … 96 97 'menu_name' => __( 'Classes', 'wporg' ), 97 98 ), 99 'menu_icon' => 'dashicons-editor-code', 98 100 'public' => true, 99 101 'rewrite' => array( … … 124 126 'menu_name' => __( 'Hooks', 'wporg' ), 125 127 ), 128 'menu_icon' => 'dashicons-editor-code', 126 129 'public' => true, 127 130 'rewrite' => array( … … 152 155 'menu_name' => __( 'Methods', 'wporg' ), 153 156 ), 157 'menu_icon' => 'dashicons-editor-code', 154 158 'public' => true, 155 159 'rewrite' => array(
Note: See TracChangeset
for help on using the changeset viewer.