Jaap
Forum Replies Created
-
Forum: Plugins
In reply to: ServerBuddy PHP Memory Limit Not Shown Correctly?Hmmm I found this:
if ( current_user_can( ‘manage_options’ ) )
@ini_set( ‘memory_limit’, apply_filters( ‘admin_memory_limit’, ‘256M’ ) );and changed it to:
if ( current_user_can( ‘manage_options’ ) )
@ini_set( ‘memory_limit’, apply_filters( ‘admin_memory_limit’, ‘128M’ ) );Don’t know if this is the best way to do it?
Kind regards,
Jaap
Forum: Networking WordPress
In reply to: Network UpdateThat’s true that also saves time instead of manual install.
Forum: Networking WordPress
In reply to: Network UpdateI’m sorry I don’t mean network update, I mean automatic core update. You have to click the network update after the core update.
When I do automatic core update the above thing happens. So does automatic upgrade just chooses changed file from the server and rewrites them? Looks like it? Is that ok?
Forum: Plugins
In reply to: Removing Quick EditThanks for the reply ClaytonJames!
But that is a core hack and not a hack that you put in functions.php.
So when I update it to the next version of WordPress the ‘QEB (Quick Edit Button)’ will be back. When you put it in functions.php it doesn’t come back!Thats what i’m looking for basically! Anyone?
Forum: Plugins
In reply to: Removing Quick EditSomebody, everybody, anybody sream!
Forum: Plugins
In reply to: Removing Quick EditHi Chris,
Thanks for your reply! I mean the following Quick Edit button:
Click on the link to see a screenshot of the Quick Edit button that I mean.