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 16,779 public repositories matching this topic...
After some recent discussion about updating cats (pdh6GB-1kr-p2#comment-2270), we'd like to add two new tags to the design category.
The category component lives here. The line of code we need to change is [here](https://github.com/Automattic/wp-calypso/blob/110806a819dca
-
Updated
Jul 19, 2022 - PHP
-
Updated
Jul 26, 2022 - PHP
Description
The search block button always displays the default cursor (arrow). It should use the same cursor as for other buttons or text inputs.
Step-by-step reproduction instructions
- Add a search block
- Check the cursor in the editor and the rendered version
Screenshots, screen recording, code snippet
Before:
Editor text:
->posts->first();
$cat->posts->each(function($post) {
echo $post->post_title;
});
MySQL has phpMyAdmin integration with Lando for administration, is there a similar solution for PostgreSQL?
Once #19079 is completed, we should use its faster async expectations wherever possible.
Note that this doesn't have to happen all in one PR and that we should enlist the feature devs in the process as well. Update: I opened this issue before counting how many XCTNSPredicateExpectation
we have. At the time of writing, we actually have only one in the first party code in this project
-
Updated
Nov 12, 2021 - PHP
As a user, I would like to be able to query a comment by database id.
Currently, the comment
query doesn't allow for different id types (such as database id), but many other "single node" entry fields in the Graph support an idType
field, such as:
{
post( id: 123, idType: DATABASE_ID ) { __typename, id }
contentNode( id: 123 idType: DATABASE_ID ) { __typename, id }
}
-
Updated
May 22, 2021 - JavaScript
-
Updated
Sep 16, 2019 - PHP
-
Updated
Jun 10, 2022 - PHP
Bug report
- I've updated both my project and my packages to the latest Frontity versions: https://docs.frontity.org/guides/keep-frontity-updated
- I've searched for existing issues.
- I've checked the documentation: https://docs.frontity.org
- I've checked the community forum: https://community.frontity.org
Actual behavior
The action bar gets dismissed(pause at 0:03) before the navigation to the Change username screen.
Steps to reproduce the behavior
- Login to the app
- Go to me -> Account settings
- Click at username
- Notice that before showing the user name search screen
- The action bar gets dismissed
https://user-images.githubusercontent.com/17463767/175034139-5b41
-
Updated
Jul 14, 2022 - PHP
-
Updated
Jul 22, 2022 - Jinja
-
Updated
May 31, 2022 - PHP
Currently, in EasyEngine site-specific Nginx configs, we cache static files but we do not provision webp
files.
location ~* \.(ogg|ogv|svg|svgz|eot|otf|woff|woff2|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf|swf)$ {...
Since, webp
is increasingly becoming the de facto standard of next gen image formats, it might be a good idea
-
Updated
Apr 22, 2022 - Ruby
Created by Matt Mullenweg, Mike Little
Released May 27, 2003
- Organization
- WordPress
- Website
- wordpress.org
- Wikipedia
- Wikipedia
Information
Browser Info
Details
Description
The translation for "Copy a base64 string of the compressed config" will revert to English after clicked. Also, the "Copied" text isn't translatable.
Steps to reproduce
Scroll down to Download section and "click on the Copy a base64 string of the compressed config" link.