Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #30 from wp-cms/moving-away-from-wordpress
Browse files Browse the repository at this point in the history
Moving away from wordpress
  • Loading branch information
WP CMS authored Jan 15, 2023
2 parents 05a2f92 + 3b7a44b commit 199554f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# WP CMS
# WP CMS | EXPERIMENTAL!

**Note**: this project may be merged into ClassicPress [(see experimental repository)](https://github.com/ClassicPress/wp-cms-experimental), and serve as a base for a new version of it. ClassicPress is more mature and if it's going to use this experimental fork as a base, it will make more sense to just work together as one.

---

Welcome to the WP CMS development repository! This is a forked version of WordPress which doesn't include any Gutenberg, FSE or Blocks related code. For everything else, this is still the WordPress you know. PHP enhancements, bug fixes and overall improvements are synced with WordPress almost every day.

Expand Down
2 changes: 1 addition & 1 deletion src/wp-admin/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@

$customize_url = add_query_arg( 'return', urlencode( remove_query_arg( wp_removable_query_args(), wp_unslash( $_SERVER['REQUEST_URI'] ) ) ), 'customize.php' );

// Hide Customize link on block themes unless a plugin or theme
// Hide Customize link unless a plugin or theme
// is using 'customize_register' to add a setting.
if ( has_action( 'customize_register' ) ) {
$submenu['themes.php'][6] = array( __( 'Customize' ), 'customize', esc_url( $customize_url ), '', 'hide-if-no-customize' );
Expand Down

0 comments on commit 199554f

Please sign in to comment.