ClassicPress / wp-cms-experimental

ClassicPress v2.0 can be found here: https://github.com/ClassicPress/ClassicPress-v2
https://github.com/ClassicPress/ClassicPress-v2
2 stars 0 forks source link

ClassicPress branding changes #4

Open viktorix opened 1 year ago

viktorix commented 1 year ago

Change everything to use ClassicPress branding.

This is not a complete list. There may be more.

mattyrob commented 1 year ago

It may fit well as part of this Issue to consider Documentation blocks.

At the top of many files there are sections like: @package WordPress

We should consider changing those to: @package ClassicPress

I would propose we can leave upstream @since and @deprecated version numbers as they are to ease future backporting. To differentiate our code introductions we should prefix the version, so @since CP-1.1.0 for example.

Swapping other instances of WordPress in document blocks can also probably be left, I see no problem leaving those alone, it's no secret that ClassicPress is a fork of WordPress.

viktorix commented 1 year ago

We should replace WordPress with ClassicPress based on the context. In some places it's more accurate to have ClassicPress. But, this can be done as we go and should not stop anything. For example, wp-activate.php line 11:


For @package WordPress, I just submitted a PR #4 with that specific change using sed. 879 files.