Laurence Bahiirwa
Laurence Bahiirwa
Great work and Thanks for the starter theme. I am requesting a feature addition in the docs. Could you add a changelog or new features section in docs? This will...
Improve docs for issues like https://github.com/Alecaddd/awps-cli/issues/9
Thanks for the theme Alex, However while I was using it, I encountered one issue and it was in the ``` function sunset_get_attachment($num = 1) { $output = ''; if...
We are using OOP. And from onset you have been strict on the naming convention. Should we be worried of a duplicate class. I don't see that happening.
Posts, Post Types: Correct the check for non-existing post in get_post_permalink(). The function was erroneously calling is_wp_error() on the result of a get_post() call, which returns null on failure, and...
Embeds: Remove Meetup as an oEmbed source since the related endpoint has been deprecated. Closes #1068 This changeset removes Meetup as an oEmbed source, since Meetup.com have deprecated their oEmbed...
## Description Code improvements. Fixes https://github.com/ClassicPress/ClassicPress/issues/893 ## Types of changes - [x] Reduce the use of unnecessary randomness in tests. - [x] Add public to functions with no explicit visibility.
Re-opening related to #604 which was erroneously closed by referenced PR #620 and can not be re-opened in the ordinary way. ## Description Requires to fulfill https://github.com/ClassicPress/ClassicPress/issues/438#issuecomment-670770511 This is a...
As PHP grows and changes, consideration for dropping support of older versions in likely starting with 5.6. As of now, [PHP 7.1, 7.2 and 7.3 have reached EOL.](https://www.php.net/eol.php) See https://github.com/ClassicPress/ClassicPress/issues/1049#issuecomment-1179360281...
Upgrade/Install: Check if the disk_free_space() function exists before calling it. In PHP 8+, @ no longer suppresses fatal errors: The @ operator will no longer silence fatal errors (E_ERROR, E_CORE_ERROR,...