Changeset 1741
- Timestamp:
- 07/15/2015 07:51:29 PM (11 years ago)
- Location:
- sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins
- Files:
-
- 2 edited
-
downloads/rosetta-downloads.php (modified) (1 diff)
-
roles/rosetta-roles.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/downloads/rosetta-downloads.php
r1508 r1741 187 187 } 188 188 } 189 190 new Rosetta_Downloads; -
sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/rosetta-roles.php
r1706 r1741 39 39 */ 40 40 public function plugins_loaded() { 41 if ( '/' !== get_blog_details( null, false )->path ) {42 return;43 }44 45 41 add_filter( 'editable_roles', array( $this, 'editable_roles' ) ); 46 42 add_filter( 'manage_users_columns', array( $this, 'add_roles_column' ) ); … … 568 564 } 569 565 } 570 571 $GLOBALS['rosetta_roles'] = new Rosetta_Roles();
Note: See TracChangeset
for help on using the changeset viewer.