Skip to content
#

WordPress

wordpress logo

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 17,848 public repositories matching this topic...

nginxconfig.io
5idereal
5idereal commented Jun 15, 2022

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.

bug help wanted good first issue hacktoberfest
gutenberg
anomiex
anomiex commented May 25, 2022

The package @wordpress/viewport attempts to use @wordpress/element from build/with-viewport-match.js and build-module/with-viewport-match.js, but does not declare a dependency or peer dependency on that package.

This happens to work with npm's hoisting due to other dependencies pulling that package in, but will fail with yarn's p'n'p or pnpm with hoisting disabled.

Reproduction

[Type] Bug Good First Issue [Status] In Progress [Package] Viewport
timber
wujekbogdan
wujekbogdan commented Apr 19, 2021

Performance/Caching section of the docs isn't clear enough. It says that the default caching mode is CACHE_TRANSIENT, but there's no explanation on what does it actually mean.

Does it mean that all queries are cached using transients? If so then it would be good to mention what is the default cache expiration and what are the implications

docs help wanted good first issue
interludic
interludic commented Oct 31, 2018
  • 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;
});

jasonbahl
jasonbahl commented May 27, 2022

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 }
}
Good First Issue not stale ObjectType: Comment Component: Query
frontity
AjeshRPai
AjeshRPai commented Jun 22, 2022

Actual behavior

The action bar gets dismissed(pause at 0:03) before the navigation to the Change username screen.

Steps to reproduce the behavior

  1. Login to the app
  2. Go to me -> Account settings
  3. Click at username
  4. Notice that before showing the user name search screen
  5. The action bar gets dismissed

https://user-images.githubusercontent.com/17463767/175034139-5b41

Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed

  • Updated Aug 2, 2022
  • JavaScript
danish17
danish17 commented Jan 12, 2022

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

good first issue

Created by Matt Mullenweg, Mike Little

Released May 27, 2003

Organization
WordPress
Website
wordpress.org
Wikipedia
Wikipedia