Changeset 7513
- Timestamp:
- 07/27/2018 07:00:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php
r7511 r7513 17 17 return; 18 18 } 19 20 function frontenberg_edit_pages( $allcaps ) { 21 $allcaps['edit_pages'] = true; 22 $allcaps['edit_others_pages'] = true; 23 $allcaps['edit_published_pages'] = true; 24 25 return $allcaps; 26 } 27 add_filter( 'user_has_cap', 'frontenberg_edit_pages' ); 19 28 20 29 show_admin_bar( true );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)