WordPress
WordPress is a popular content management system, used for websites and blogs. WordPress is written in PHP and MySQL and is designed to be flexible and user-friendly.
Here are 15,277 public repositories matching this topic...
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
Jun 7, 2021 - PHP
Is your feature request related to a problem? Please describe.
Currently, we allow
Description
When editing an image's URL using the Replace tool bar option the Current media URL field is far too narrow to be of much use.
Step-by-step reproduction instructions
Please list the steps needed to reproduce the bug. For example:
- Drag an image from another browser window.
- Choose Replace from the image
-
Updated
Jun 8, 2021 - Ruby
-
Updated
May 29, 2021 - PHP
Is your feature request related to a problem? Please describe.
Our project builds have been halted by @travis-ci due to a bug with their system. Their support has been unhelpful at resolving. The tests themselves are fine, we just need a new platform.
Describe the solution you’d like
At this point, we should migrate to GitHub Actions for further CI test running. While I'm open to other
-
Updated
Jun 4, 2021 - Shell
-
Updated
Jun 7, 2021 - JavaScript
-
Corcel Version: "jgrossi/corcel": "2.5.*",
-
Framework Name & Version: "laravel/framework": "5.5.*",
-
PHP Version: 7.1
Description:
Cant find model... for
// clean and simple all posts from a category
$cat = Category::slug('uncategorized')->posts->first();
$cat->posts->each(function($post) {
echo $post->post_title;
});
-
Updated
Apr 5, 2021 - PHP
Reported by Frosty:
On iPad in splitscreen (so the app is half or 1/4 of the screen), the bottom sheet appears to take up the entire height of the display. This only seems to happen on iPad, not on iPhone. I confirmed that this also happens on
develop.


Steps to reproduce
/domains/manage/:domain/name-servers/:siteWhat I expected
We should add a label so that the toggle would be more accessible.
What happened instead
The label is not technically a
label, rather it's aspan.Context / Source
Reported by @sa